Clamp
Clamps the floating-point components to a range between 0 and 1.
Syntax
[C#]
void Clamp();
[Visual Basic]
Sub Clamp()
Notes
None.
Example
None.