2.5.4.36 FGE

The FGE function calculates if the difference between Arg1 and Arg2 is greater than or equal to -1E-9 (-0.000000001).

ABNF:

 FGE = val val " _FGE():128"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the first operand of the calculation.

Name: Arg2

Type: vDouble

An argument that specifies the second operand of the calculation.

Return Value:

Type: PtgBool

This function returns a PtgBool with a value of TRUE if the difference between Arg1 and Arg2 is greater than or equal to -1E-9, and a value of FALSE otherwise.