Accord.NonpositiveIntegerAttribute.NonpositiveIntegerAttribute C# (CSharp) Method

NonpositiveIntegerAttribute() public method

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