GreatestCommonDivisor
Returns the greatest common divisor between this instance and the passed in value.
Public Function GreatestCommonDivisor(
ByVal Value As BigInteger ) As BigInteger
Parameters
- Value
-
[ByVal]
BigInteger.
The other value used to determine the greatest common divisor between.
Return Values
BigInteger - Returns the greatest common divisor for the two values.
See Also
Project CorLib Overview
Class BigInteger Overview