Java.Math.BigInteger.Divide Method
Returns a BigInteger whose value is this / divisor.

Syntax

[Android.Runtime.Register("divide", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetDivide_Ljava_math_BigInteger_Handler")]
public virtual BigInteger Divide (BigInteger divisor)

Parameters

divisor
value by which this is divided.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif divisor == null.
Java.Lang.ArithmeticExceptionif divisor == 0.

Remarks

Returns a BigInteger whose value is this / divisor.

[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