Accord.NegativeIntegerAttribute.NegativeIntegerAttribute C# (CSharp) Method

NegativeIntegerAttribute() public method

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

Same methods

NegativeIntegerAttribute::NegativeIntegerAttribute ( int maximum ) : System
NegativeIntegerAttribute