Represents method Gcd(Integer,Integer).
Gcd(Integer,Integer)
function Gcd(a: Integer; b: Integer): Integer; overload;