Java.Math.BigInteger.Max Method
Returns the maximum of this BigInteger and value.

Syntax

[Android.Runtime.Register("max", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMax_Ljava_math_BigInteger_Handler")]
public virtual BigInteger Max (BigInteger val)

Parameters

value
value to be used to compute the maximum with this

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif value == null

Remarks

Returns the maximum 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