NFloat.ScaleB(NFloat, Int32) Metodo

Definizione

Calcola il prodotto di un valore e il relativo radix di base elevato alla potenza specificata.

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

Parametri

x
NFloat

Valore che base-radix ha generato alla potenza di n moltiplicazioni.

n
Int32

Valore a cui viene generato il valore base-radix prima della moltiplicazione di x.

Restituisce

Il prodotto di x e base-radix elevato alla potenza di n.

Implementazioni

Si applica a