Click or drag to resize
Accord.NET (logo)

PositiveIntegerAttribute Constructor

Initializes a new instance of the PositiveIntegerAttribute class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public PositiveIntegerAttribute(
	int minimum = 1,
	int maximum = 2147483647
)
Request Example View Source

Parameters

minimum (Optional)
Type: SystemInt32
maximum (Optional)
Type: SystemInt32
See Also