Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int Gcd(int, int)

  • Declared in: RT.Util.Ut

Declaration

public static int Gcd(
    int a,
    int b
)

Summary

Calculates the greatest common divisor of a and b.