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

Value() public method

Values this instance.
is out of range.
public Value ( ) : int
return int
        public virtual int Value()
        {
            if (sizeField != 1)
                throw new ArgumentOutOfRangeException();
            return minField;
        }