Accord.IntegerAttribute.IntegerAttribute C# (CSharp) Method

IntegerAttribute() public method

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

Same methods

IntegerAttribute::IntegerAttribute ( int minimum, int maximum ) : System
IntegerAttribute