MinMax Constructor
MinMax(float, float)
Construct a new MinMax for the given range.
Declaration
public MinMax(float min, float max)
Parameters
Type | Name | Description |
---|---|---|
float | min | The min value of the acceptable range. |
float | max | The max value of the acceptable range. |