Number
Description
A number is used to store numeric values. The number can consist of positive numbers, negative numbers and have a fractional component. Numbers can be used and calculated in Math
functions. When displaying the numeric values on a page, the thousand-grouping character and the decimal-point character are determined by the language settings of the project.
Formatting
The formatting of numbers can be controlled using format strings. Some examples for formatting 1054.32179
are shown below.
Unknown
An unknown value can be written as UnknownNumber
.
Examples
Last updated