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