IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule le produit d’une valeur et son rayon de base élevé à la puissance spécifiée.
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
Paramètres
- x
- TSelf
Valeur que le radix de base a élevé au pouvoir des n multiplications.
- n
- Int32
Valeur à laquelle la base-radix est levée avant la xmultiplication .
Retours
Le produit de la x base-radix élevé à la puissance de n.