Java.Math.BigInteger.CompareTo Method
Compares this BigInteger with value.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/math/BigInteger;)I", "GetCompareTo_Ljava_math_BigInteger_Handler")]
public virtual int CompareTo (BigInteger val)

Parameters

value
value to be compared with this.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif value == null.

Remarks

Compares this BigInteger with value. Returns -1 if this , 0 if this == value and 1 if this > value, .

[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