Math Helper Functions (Windows CE 5.0)

Send Feedback

The Wxutil.h header file in the DirectShow base classes provides some mathematical helper functions. These are intended to help with time format conversions.

Programming element Description
llMulDiv Implements ((a*b)+rnd)/c for 32-bit values of a.
Int64x32Div32 Implements ((a*b)+rnd)/c for 64-bit values of a.

See Also

Utility Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.