Double.ScaleB(Double, Int32) Metod

Definition

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

public:
 static double ScaleB(double x, int n) = System::Numerics::IFloatingPointIeee754<double>::ScaleB;
public static double ScaleB(double x, int n);
static member ScaleB : double * int -> double
Public Shared Function ScaleB (x As Double, n As Integer) As Double

Parametrar

x
Double

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