Accord.NegativeIntegerAttribute.NegativeIntegerAttribute C# (CSharp) Method

NegativeIntegerAttribute() public method

Initializes a new instance of the NegativeIntegerAttribute class.
public NegativeIntegerAttribute ( int maximum ) : System
maximum int
return System
        public NegativeIntegerAttribute(int maximum)
            : base(int.MinValue, maximum) { }
    }

Same methods

NegativeIntegerAttribute::NegativeIntegerAttribute ( ) : System
NegativeIntegerAttribute