Method Sorted
Sorted()
Returns a sorted copy of this instance.
Declaration
public Math.FloatRange Sorted()
Returns
Type | Description |
---|---|
Math.FloatRange | A copy of this instance, where Min is the lesser of Min and Max , and Max is the greater of the two. |