Java.Math.BigDecimal.Min Method
Returns the minimum of this BigDecimal and val.

Syntax

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

Parameters

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

Remarks

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