Share via


2.5.3.50 FGT

The FGT function calculates if Arg1 is greater than Arg2 by at least the amount of 1E-9 (0.000000001).

ABNF:

 FGT = "_FGT(" val "," val ")" / val ">" val

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 parse token with a value of TRUE if Arg1 is greater than Arg2 by more than 1E-9 (0.000000001); otherwise, the value FALSE is returned.