VOID FLOATOBJ_Neg(
PFLOATOBJ pf | |
); |
FLOATOBJ_Neg negates the FLOATOBJ.
Parameters
pf
Pointer to the FLOATOBJ to be negated. The negated FLOATOBJ is returned in this parameter.
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