TLO:Float
Creates a float object from n
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
float | Float[n] |
Access to Types
Type | Description |
---|---|
float | Contains all information related to floating point numbers
|
Examples
- Creates a float object of 12.345 and truncates the decimal to one decimal place.
/echo ${Float[12.345].Deci}