- value
- value with which the greatest common divisor is computed.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if value == null.
Returns a BigInteger whose value is greatest common divisor of this and value. If this == 0 and value == 0 then zero is returned, otherwise the result is positive.