void LimitRangef(const float Low, float &X, const float High);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Low | const float | |
| 2 | X | float & | |
| 3 | High | const float |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Low | const float | |
| 2 | X | float & | |
| 3 | High | const float |