Constructor FloatRange
FloatRange(float, float)
Constructs a float range
Declaration
public FloatRange(float min, float max)
Parameters
Type | Name | Description |
---|---|---|
float | min | The smallest value contained within the range |
float | max | The largest value contained within the range |