Lib.numbers.float.logic.Compare - tixl3d/tixl GitHub Wiki
Compares two float values, outputting a boolean.
AKA: greater, less, equal
Tips:
- If you want to output the min or max value of a set of floats, try [Clamp].
Name (Relevancy & Type) | Description |
---|---|
Value (Single) | Input value. |
TestValue (Single) | Value to compare input to. |
Mode (Int32) | Which comparison to use. eg. in IsLarger mode, this op will output True if Value is greater than TestValue. |
Precision (Single) | How close the inputs need to be for them to be considered equal. |
Name | Type |
---|---|
IsTrue | System.Boolean |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.