IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) Methode

Definition

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

public:
 static TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB(TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf

Parameter

x
TSelf

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

TSelf

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

Gilt für: