BigDecimal.ToBigInteger Method

Definition

Converts this BigDecimal to a BigInteger.

[Android.Runtime.Register("toBigInteger", "()Ljava/math/BigInteger;", "GetToBigIntegerHandler")]
public virtual Java.Math.BigInteger? ToBigInteger ();
[<Android.Runtime.Register("toBigInteger", "()Ljava/math/BigInteger;", "GetToBigIntegerHandler")>]
abstract member ToBigInteger : unit -> Java.Math.BigInteger
override this.ToBigInteger : unit -> Java.Math.BigInteger

Returns

this BigDecimal converted to a BigInteger.

Attributes

Remarks

Java documentation for java.math.BigDecimal.toBigInteger().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to