Java.Math.BigDecimal.Subtract Method
Returns a new BigDecimal whose value is this - subtrahend.

Syntax

[Android.Runtime.Register("subtract", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", "GetSubtract_Ljava_math_BigDecimal_Handler")]
public virtual BigDecimal Subtract (BigDecimal subtrahend)

Parameters

subtrahend
value to be subtracted from this.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif subtrahend == null.

Remarks

Returns a new BigDecimal whose value is this - subtrahend. The scale of the result is the maximum of the scales of the two arguments.

[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