FLOATOBJ_GreaterThan

BOOL FLOATOBJ_GreaterThan(

PFLOATOBJ pf,
PFLOATOBJ pf1
);

FLOATOBJ_GreaterThan determines whether the first FLOATOBJ is greater than the second FLOATOBJ.

Parameters

pf

Pointer to the first FLOATOBJ.

pf1

Pointer to the second FLOATOBJ.

Return Value

FLOATOBJ_GreaterThan returns TRUE if pf is greater 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

FLOATOBJ