Constructor MinMaxAttribute
MinMaxAttribute(float, float)
Constructs a new MinMaxAttribute with specified min and max values.
Declaration
public MinMaxAttribute(float min, float max)
Parameters
| Type | Name | Description |
|---|---|---|
| float | min | The minimum allowed value. |
| float | max | The maximum allowed value. |