Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: long Gcd(long, long)

  • Declared in: RT.Util.Ut

Declaration

public static long Gcd(
    long a,
    long b
)

Summary

Calculates the greatest common divisor of a and b.