Math::Clamp Function

No description.

Syntax

float Math::Clamp(
float x,
float min,
float max
)

Parameters

float x

float min

float max

Return value

float

Remarks

None.