sfloat
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SFLOAT data type.
Value syntax
"13.565 "12" "-2343.4324"
Description
Used for analog properties.
Attributes
These are the attributes for SFLOAT.
|
Attribute |
Type |
Description |
|---|---|---|
|
compare(SFLOAT,SFLOAT) |
sbool |
Returns True if the original value is equal to the provided first SFLOAT by an approximation equal to the second provided SFLOAT. |
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
isZero |
sbool |
Returns true if the value is equal to zero. |
|
isZero(SFLOAT) |
sbool |
Returns true if the value is equal to zero with the parameter used as epsilon (the value is zero if smaller than the parameter). |
|
Type |
sstring |
Returns the type name. |