Operator implicit operator
implicit operator FloatRange(float)
Returns a range from a float value
Declaration
public static implicit operator FloatRange(float val)
Parameters
| Type | Name | Description |
|---|---|---|
| float | val | The value that needs to be converted |
Returns
| Type | Description |
|---|---|
| FloatRange | Returns the Range value converted to a float |