struct
MinMax
A min/max range.
Fields
Max | The maximum allowed measurement in units. |
Min | The minimum allowed measurement in units. |
Static Fields
Positive | |
Unclamped | A MinMax where Min == |
Properties
HasMax | Indicates whether or not this MinMax has a maximum. |
HasMin | Indicates whether or not this MinMax has a minimum. |
Methods
Clamp |
Static Methods
Clamp | Clamps |
Constructors
MinMax(float, float) | Construct a new MinMax for the given range. |