Java.Math.BigDecimal.Multiply Method
Returns a new BigDecimal whose value is this * multiplicand.

Syntax

[Android.Runtime.Register("multiply", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", "GetMultiply_Ljava_math_BigDecimal_Handler")]
public virtual BigDecimal Multiply (BigDecimal multiplicand)

Parameters

multiplicand
value to be multiplied with this.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif multiplicand == null.

Remarks

Returns a new BigDecimal whose value is this * multiplicand. The scale of the result is the sum 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