|
NegativeAttribute Constructor
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public NegativeAttribute(
double minimum = -1.79769313486232E+308,
double maximum = -4.94065645841247E-324
)
Public Sub New (
Optional minimum As Double = -1.79769313486232E+308,
Optional maximum As Double = -4.94065645841247E-324
)
Request Example
View SourceParameters
- minimum (Optional)
- Type: SystemDouble
- maximum (Optional)
- Type: SystemDouble
See Also