Sack Library Documentation
|
FRACTION_PROC _32 FRACTION_API ScaleValue(PFRACTION f, S_32 value);
Parameters |
Description |
PFRACTION f |
pointer to the faction to multiply value by |
S_32 value |
the value to scale |
The (value * f) integer value of.
Scales a 32 bit integer value by a fraction. The result is the scaled value result.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|