Cream.AllenTemporal.AllenDomain.Max C# (CSharp) Method

Max() public method

Maxes this instance.
is out of range.
public Max ( ) : int
return int
        public virtual int Max()
        {
            if (sizeField == 0)
                throw new ArgumentOutOfRangeException();
            return maxField;
        }