Single.ScaleB(Single, Int32) Metod

Definition

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

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

Parametrar

x
Single

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