sdouble
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SDOUBLE data type.
Value syntax
"13.56534245" "12" "-2343.4324324343"
Description
Used for analog properties where single float precision is not enough.
Attributes
These are the attributes for SDOUBLE.
|
Attribute |
Type |
Description |
|---|---|---|
|
isModified |
sbool |
Displays as True in the frame where the value of this field is modified. |
|
isZero |
sbool |
Returns true if the value is equal to zero |
|
isZero(SDOUBLE) |
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. |