Click or drag to resize
Accord.NET (logo)

IntegerAttribute Constructor

Initializes a new instance of the IntegerAttribute class.

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

Parameters

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