Click or drag to resize

GLMathfInRange01 Method

Tests whether the given value lies in the range [0, 1).

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool InRange01(
	float value
)

Parameters

value
Type: SystemSingle
The value to check.

Return Value

Type: Boolean
true if the given value is equal or greater than 0 and smaller than 1, false otherwise.
See Also