F64_Equ()

Syntax

pointer.double = F64_Equ(n1.double, n2.double [, result.double])

Description

Compares n1 with n2.
Returns
0 if n1<>n2
1 if n1=n2

If the optional parameter is given the result will be stored in it and the function returns a pointer to result.