IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) メソッド

定義

指定した累乗に引き上げられた値とその基数の積を計算します。

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

パラメーター

x
TSelf

基数が乗算の累乗に引き上げられた値 n

n
Int32

multipliying xの前に基数が発生する値。

返品

TSelf

nの力に引き上げられたxと基数の積。

適用対象