Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ulong Gcd(ulong, ulong)

  • Declared in: RT.Util.Ut

Declaration

public static ulong Gcd(
    ulong a,
    ulong b
)

Summary

Calculates the greatest common divisor of a and b.