NFloat.ScaleB(NFloat, Int32) Metod

Definition

Beräknar produkten av ett värde och dess basradix upphöjt till den angivna kraften.

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

Parametrar

x
NFloat

Värdet som base-radixet höjde till effekten av n multiplicerar.

n
Int32

Värdet som base-radix höjs till före multipliying x.

Returer

Produkten av x och base-radix som har upphöjts till kraften i n.

Implementeringar

Gäller för