Compare

 
 
 

Categories

  • Math > Comparison

Description

Evaluates two input values according to the logical operation specified by the Type parameter and outputs the result as a Boolean value.

Parameters

Type

Comparison done by the operator

  • Equal To

  • Not Equal To

  • Less Than

  • Less Than or Equal To

  • Greater Than

  • Greater Than or Equal To

Epsilon

Precision used for the compare operation.

Ports

Inputs

First

The first value to be compared with the second specified input value.

Second

The second value to be compared with the first specified input value.

Outputs

Result

The resulting Boolean value.