BOOL FLOATOBJ_GreaterThanLong(
|
PFLOATOBJ pf, | |
|
LONG l | |
|
); |
FLOATOBJ_GreaterThanLong determines whether the FLOATOBJ is greater than the value of type LONG.
FLOATOBJ_GreaterThanLong returns TRUE if pf is greater than the FLOATOBJ-equivalent of l; 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.