Gocator API
|
Represents a 64-bit floating point configuration element with a range and enabled state.
Public Attributes | |
kBool | enabled |
Represents whether the element value is currently used. (not always applicable) | |
k64f | max |
The maximum allowable value that can be set for this element. | |
k64f | min |
The minimum allowable value that can be set for this element. | |
k64f | systemValue |
The system value. (not always applicable) | |
k64f | value |
The element's double field value. | |