BOOL FLOATOBJ_Equal(
PFLOATOBJ pf, | |
PFLOATOBJ pf1 | |
); |
FLOATOBJ_Equal determines whether the two FLOATOBJs are equal.
Parameters
pf
Pointer to the first FLOATOBJ operand.
pf1
Pointer to the second FLOATOBJ operand.
Return Value
FLOATOBJ_Equal returns TRUE if pf and pf1 are equal; otherwise it returns FALSE.
Comments
The FLOATOBJ_Xxx services allow graphics drivers to emulate floating point arithmetic. Windows NT does not support kernel-mode floating point operations on some systems.
See Also