Accord.NegativeIntegerAttribute.NegativeIntegerAttribute C# (CSharp) 메소드

NegativeIntegerAttribute() 공개 메소드

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

Same methods

NegativeIntegerAttribute::NegativeIntegerAttribute ( int maximum ) : System
NegativeIntegerAttribute