See the glossary entries for:
or the entire glossary.
Any Number (scalar type) Title of this Item
Number_Value Name of this Item
This item represents a particular type of constant value that can be used as the object of connections. For example, in the statement "SallySinger sPercentileRankingInClassIs '88.75'", the object value "88.75" is a number (in this point, a floating-point number with a fractional part). The system will accept any number that can be typed, and attempts to parse number formats that include non-number characters (such as the "e" or "E" in scientific notation). The system does not have a way to represent fractions, imaginary numbers, repeating digits, or significant figures. Description of this Item