Java.Math.BigInteger.Not Method
Returns a BigInteger whose value is ~this.

Syntax

[Android.Runtime.Register("not", "()Ljava/math/BigInteger;", "GetNotHandler")]
public virtual BigInteger Not ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a BigInteger whose value is ~this. The result of this operation is -this-1.

Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.

[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