Lib.numbers.int.logic.CompareInt - tixl3d/tixl GitHub Wiki
Compares two integers and gives out the result as a Boolean and/or an Integer
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Int32) | Value A for comparison |
| TestValue (Int32) | Value B for comparison |
| Mode (Int32) | Testmode |
| ResultForTrue (Int32) | Defines what integer is sent out if comparison is true |
| ResultForFalse (Int32) | Defines what integer is sent out if comparison is false |
| Name | Type |
|---|---|
| IsTrue | System.Boolean |
| ResultValue | System.Int32 |
⚠ Everything else is automatically generated and will be overwritten regularly.