NFloat.ScaleB(NFloat, Int32) Método

Definición

Calcula el producto de un valor y su base-radix elevado a la potencia especificada.

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

Parámetros

x
NFloat

Valor que base-radix eleva a la potencia de n multiplicación.

n
Int32

Valor al que se genera base-radix antes de multipliying x.

Devoluciones

Producto de x y base-radix elevado a la potencia de n.

Implementaciones

Se aplica a