Java.Math.BigDecimal.Max Method
Returns the maximum of this BigDecimal and val.

Syntax

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

Parameters

val
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 val == null.

Remarks

Returns the maximum of this BigDecimal and val.

[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