FloatRange.Clamp
Method in FloatRange
Implements INumberRange<T>.Clamp
Declaration
public float Clamp(float value)
Description
Clamps a value to the range.
Parameters
value | The value to clamp. |
Returns
float | The clamped value. |
public float Clamp(float value)
Clamps a value to the range.
value | The value to clamp. |
float | The clamped value. |