IFloatingPointIeee754<TSelf>.ScaleB(TSelf, 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 TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB (TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf
Parameters
- x
- TSelf
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
TSelf
The product of x
and base-radix raised to the power of n
.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.