Skip to content

CompareInt

in Lib.numbers.int.logic

Compares two integers and gives out the result as a Boolean and/or an Integer

Input Parameters

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

Outputs

Name Type
IsTrue System.Boolean
ResultValue System.Int32