This documentation is archived and is not being maintained.
scalb Function
Visual Studio 2012
Multiplies _X by FLT_RADIX to the power _Y
inline float scalb( float _X, float _Y ) restrict(amp); inline double scalb( double _X, double _Y ) restrict(amp);
Show: