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