min

min(int: Integer64): Integer64;

The min method of the Integer64 primitive type returns the lesser value of the receiver and the int parameter. If the value of the receiver is less than the value of the int parameter, the value of the receiver is returned. If the value of the receiver is greater than or equal to the value of the int parameter, the value of int is returned.