B1OptionalFloat
- Optional float container used for storing parameter values that may or may not be set.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HasValue | bool | Indicates whether a value is stored. | |
| Value | float | Stored float value when HasValue is true. |
| Property | Type | Description | Metadata |
|---|---|---|---|
| HasValue | bool | Indicates whether a value is stored. | |
| Value | float | Stored float value when HasValue is true. |