Half.ScaleB(Half, Int32) Metod

Definition

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

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

Parametrar

x
Half

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