BigDecimal.MovePointLeft(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 une BigDecimal valeur équivalente à celle-ci avec le point décimal déplacé n vers la gauche.
[Android.Runtime.Register("movePointLeft", "(I)Ljava/math/BigDecimal;", "GetMovePointLeft_IHandler")]
public virtual Java.Math.BigDecimal? MovePointLeft(int n);
[<Android.Runtime.Register("movePointLeft", "(I)Ljava/math/BigDecimal;", "GetMovePointLeft_IHandler")>]
abstract member MovePointLeft : int -> Java.Math.BigDecimal
override this.MovePointLeft : int -> Java.Math.BigDecimal
Paramètres
- n
- Int32
nombre d’emplacements pour déplacer le point décimal vers la gauche.
Retours
un BigDecimal qui équivaut à celui-ci avec le point décimal déplacé n à gauche.
- Attributs
Remarques
Java documentation pour java.math.BigDecimal.movePointLeft(int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.