FloatRange.Includes
Method in FloatRange
Declaration
public bool Includes(float value)
Description
Checks if a value is in the range.
Parameters
value | The value to check. |
Returns
bool | True if the value is in the range, false otherwise. |
public bool Includes(float value)
Checks if a value is in the range.
value | The value to check. |
bool | True if the value is in the range, false otherwise. |