Java.Math.BigDecimal Class
An immutable arbitrary-precision signed decimal.

See Also: BigDecimal Members

Syntax

[Android.Runtime.Register("java/math/BigDecimal", DoNotGenerateAcw=true)]
public class BigDecimal : Java.Lang.Number, Java.Lang.IComparable, IDisposable

Remarks

An immutable arbitrary-precision signed decimal.

A value is represented by an arbitrary-precision "unscaled value" and a signed 32-bit "scale", combined thus: unscaled * 10-scale. See BigDecimal.UnscaledValue and BigDecimal.Scale.

Most operations allow you to supply a Java.Math.MathContext to specify a desired rounding mode.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1