Lib.numbers.bool.convert.BoolToFloat - tixl3d/tixl GitHub Wiki
Allows the conversion of a Boolean value into a float value with predefined values
Also see [Boolean] / [Value]
| Name (Relevancy & Type) | Description |
|---|---|
| BoolValue (BooleanRelevant) | Input / definition of the boolean to be converted |
| ForFalse (Single) | Defines which float value is output for 'False' or 0 |
| ForTrue (Single) | Defines which float value is output for 'True' or 1 |
| Name | Type |
|---|---|
| Result | System.Single |
⚠ Everything else is automatically generated and will be overwritten regularly.