MathUtilsClamp(Int32, Int32, Int32) Method |
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static int Clamp(
int a,
int low,
int high
)
Parameters
- a Int32
-
- low Int32
-
- high Int32
-
Return Value
Int32
See Also