Double Comparison

Compares two double values.

 

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.

3

Step ID

Step if TRUE

The step to jump to if the comparison is true.

4

Step ID

Step if FALSE

The step to jump to if the comparison is false.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.