FloatRange.Includes

Method in FloatRange

Declaration

public bool Includes(float value)

Description

Checks if a value is in the range.

Parameters

valueThe value to check.

Returns

boolTrue if the value is in the range, false otherwise.