Integer Comparison (result)

Compares two double values and gives result.

 

Input Arguments

 

0

Integer

Integer A

The first value.

 

1

 

Comparison Type

 

Comparison Type

The comparison to perform. Choose from equal to(=), less than(<), greater than(>), less than or equal to(<=), greater than or equal to(>=), or not equal to(!=).

2

Integer

Integer B

The second value.

 

Return Arguments

 

3

Boolean

Resultant Value

The result of the integer comparison.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None