Constants and functions supporting the Integer
type
defined in ceylon.language
.
Integer
Functions | |
largest | Source Codeshared Integer largest(Integer x, Integer y) The larger of the two arguments. See also smallest() |
max | Source Codeshared Integer|Absent max<Absent>(Iterable<Integer,Absent> values) The largest |
min | Source Codeshared Integer|Absent min<Absent>(Iterable<Integer,Absent> values) The smallest |
product | Source Codeshared Integer product({Integer*} values) The product of the |
smallest | Source Codeshared Integer smallest(Integer x, Integer y) The smaller of the two arguments. See also largest() |
sum | Source Codeshared Integer sum({Integer*} values) The sum of the |