IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) Metod

Definition

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

public:
 static TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB(TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf

Parametrar

x
TSelf

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

TSelf

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

Gäller för