|
NonnegativeIntegerAttribute Constructor
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public NonnegativeIntegerAttribute(
int minimum = 0,
int maximum = 2147483647
)
Public Sub New (
Optional minimum As Integer = 0,
Optional maximum As Integer = 2147483647
)
Request Example
View SourceParameters
- minimum (Optional)
- Type: SystemInt32
- maximum (Optional)
- Type: SystemInt32
See Also