Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: uint Gcd(uint, uint)

  • Declared in: RT.Util.Ut

Declaration

public static uint Gcd(
    uint a,
    uint b
)

Summary

Calculates the greatest common divisor of a and b.