Single.ScaleB(Single, Int32) メソッド

定義

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

public:
 static float ScaleB(float x, int n) = System::Numerics::IFloatingPointIeee754<float>::ScaleB;
public static float ScaleB(float x, int n);
static member ScaleB : single * int -> single
Public Shared Function ScaleB (x As Single, n As Integer) As Single

パラメーター

x
Single

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

n
Int32

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

返品

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

実装

適用対象