Java.Math.BigInteger.Min Method
Returns the minimum of this BigInteger and value.

Syntax

[Android.Runtime.Register("min", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMin_Ljava_math_BigInteger_Handler")]
public virtual BigInteger Min (BigInteger val)

Parameters

value
value to be used to compute the minimum with this.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif value == null.

Remarks

Returns the minimum of this BigInteger and 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