Double.ScaleB(Double, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the product of a value and its base-radix raised to the specified power.
public:
static double ScaleB(double x, int n) = System::Numerics::IFloatingPointIeee754<double>::ScaleB;
public static double ScaleB (double x, int n);
static member ScaleB : double * int -> double
Public Shared Function ScaleB (x As Double, n As Integer) As Double
Parameters
- x
- Double
The value which base-radix raised to the power of n
multiplies.
- n
- Int32
The value to which base-radix is raised before multipliying x
.
Returns
The product of x
and base-radix raised to the power of n
.
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.