Double Comparison (result)

Compares two double values and gives result.

 

Input Arguments

 

0

Double

Double 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

Double

Double B

The second value.

 

Return Arguments

 

3

Boolean

Resultant Value

The result of the double comparison.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.