NFloat.ScaleB(NFloat, Int32) Yöntem

Tanım

Bir değerin çarpımını ve belirtilen güce yükseltilmiş taban-radiksini hesaplar.

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

Parametreler

x
NFloat

Taban-radiksin çarpanların n gücüne yükselttiği değer.

n
Int32

Çarpmadan önce xtaban-radiksin yükseltildiği değer.

Döndürülenler

ve temel-radiks x ürününün gücüyle yükseltildi n.

Uygulamalar

Şunlara uygulanır