FLOATOBJ_DivFloat

VOID FLOATOBJ_DivFloat(

    PFLOATOBJ pf,

    FLOAT  f

   );

FLOATOBJ_DivFloat divides the FLOATOBJ by the value of type FLOAT, and returns the result in the FLOATOBJ.

Parameters

pf
Pointer to the FLOATOBJ operand. The division of pf by f is returned in this parameter.
f
The FLOAT operand. This value is converted to a FLOATOBJ for the division.

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