OFTReal
This class represents a field containing a real number value. It provides a property to access the underlying data as a floating-point number.
Attributes
| Attribute | Type | Description |
|---|---|---|
| value | float | Return a float contained in this field. |
Methods
value()
@classmethod
def value() - > float
Return a float contained in this field.
Returns
| Type | Description |
|---|---|
float | The double-precision floating point value stored within the field |