Condividi tramite


BigDecimal.ScaleByPowerOfTen(Int32) Metodo

Definizione

Restituisce un valore BigDecimal il cui valore numerico è uguale a (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

Parametri

n
Int32

la potenza esponente di dieci per scalare

Restituisce

un BigDecimal il cui valore numerico è uguale a (this * 10<sup>n</sup>)

Attributi

Commenti

Documentazione java per java.math.BigDecimal.scaleByPowerOfTen(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a