2.5.4.37 FGT

The FGT function calculates if Arg1 is greater than Arg2 by at least the amount of 2-30.

ABNF:

 FGT = val val " _FGT():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 Arg1 is greater than Arg2 by at least the amount of 2-30, and a value of FALSE otherwise.