mfloat
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the MFLOAT data type.
Value syntax
2.5,2.6,-2.3,19
Description
Comma separated (',') array of float values. Used for example for trend historical data.
Attributes
These are the attributes for MFLOAT.
|
Attribute |
Type |
Description |
|---|---|---|
|
[i] or elementAt(i) |
sfloat |
Use to obtain a single indexed value. |
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
length |
sint |
Returns the number of elements. |
|
type |
sstring |
Returns the type name. |