GetGreatestCommonDivisor(Byte)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Decimal)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Double)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Int16)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Int32)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Int64)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(SByte)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(Single)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(UInt16)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(UInt32)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|
GetGreatestCommonDivisor(UInt64)
|
Gets the Greatest Common Divisor (GCD) of one or more values.
That is, the largest positive value that divides each of the given values. For example, the GCD of 8 and 12 is 4.
|