NFloat.ScaleB(NFloat, Int32) Methode

Definition

Berechnet das Produkt eines Werts und dessen Basisradiix, das auf die angegebene Leistung angehoben wird.

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

Parameter

x
NFloat

Der Wert, der basisradiix auf die Potenz von n Multiplikationen erhöht wurde.

n
Int32

Der Wert, auf den Basisradiix vor der Multiplikation xausgelöst wird.

Gibt zurück

Das Produkt von x und Basis-Radix auf die Macht von n.

Implementiert

Gilt für: