C# Class Accord.NegativeIntegerAttribute

Inheritance: IntegerAttribute
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
NegativeIntegerAttribute ( ) : System

Initializes a new instance of the NegativeIntegerAttribute class.

NegativeIntegerAttribute ( int maximum ) : System

Initializes a new instance of the NegativeIntegerAttribute class.

Method Details

NegativeIntegerAttribute() public method

Initializes a new instance of the NegativeIntegerAttribute class.
public NegativeIntegerAttribute ( ) : System
return System

NegativeIntegerAttribute() public method

Initializes a new instance of the NegativeIntegerAttribute class.
public NegativeIntegerAttribute ( int maximum ) : System
maximum int
return System