NFloat.ScaleB(NFloat, Int32) 메서드

정의

값의 곱과 지정된 전력으로 발생한 기본 반지름을 계산합니다.

public:
 static System::Runtime::InteropServices::NFloat ScaleB(System::Runtime::InteropServices::NFloat x, int n) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ScaleB;
public static System.Runtime.InteropServices.NFloat ScaleB (System.Runtime.InteropServices.NFloat x, int n);
static member ScaleB : System.Runtime.InteropServices.NFloat * int -> System.Runtime.InteropServices.NFloat
Public Shared Function ScaleB (x As NFloat, n As Integer) As NFloat

매개 변수

x
NFloat

base-radix가 곱셈의 n 힘으로 발생시킨 값입니다.

n
Int32

을 곱 x하기 전에 base-radix가 발생하는 값입니다.

반환

x 및 기본 radix의 곱은 의 n전원으로 발생합니다.

구현

적용 대상