BigDecimal.ScaleByPowerOfTen(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.
Retourne un BigDecimal dont la valeur numérique est égale à (this
* 10<sup>n</sup>).
[Android.Runtime.Register("scaleByPowerOfTen", "(I)Ljava/math/BigDecimal;", "GetScaleByPowerOfTen_IHandler")]
public virtual Java.Math.BigDecimal? ScaleByPowerOfTen (int n);
[<Android.Runtime.Register("scaleByPowerOfTen", "(I)Ljava/math/BigDecimal;", "GetScaleByPowerOfTen_IHandler")>]
abstract member ScaleByPowerOfTen : int -> Java.Math.BigDecimal
override this.ScaleByPowerOfTen : int -> Java.Math.BigDecimal
Paramètres
- n
- Int32
la puissance d’exposant de dix à mettre à l’échelle par
Retours
un BigDecimal dont la valeur numérique est égale à (this
* 10<sup>n</sup>)
- Attributs
Remarques
Documentation Java pour java.math.BigDecimal.scaleByPowerOfTen(int)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.