Java.Math.BigInteger.Multiply Method
Returns a BigInteger whose value is this * value.

Syntax

[Android.Runtime.Register("multiply", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMultiply_Ljava_math_BigInteger_Handler")]
public virtual BigInteger Multiply (BigInteger val)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif value == null.

Remarks

Returns a BigInteger whose value is this * 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