BOOL FLOATOBJ_GreaterThan(
PFLOATOBJ pf, | |
PFLOATOBJ pf1 | |
); |
FLOATOBJ_GreaterThan determines whether the first FLOATOBJ is greater than the second FLOATOBJ.
FLOATOBJ_GreaterThan returns TRUE if pf is greater than pf1; otherwise it returns FALSE.
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.