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

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

반환

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

구현

적용 대상