Click or drag to resize

MathUtilsClamp(Int32, Int32, Int32) Method


Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int Clamp(
	int a,
	int low,
	int high
)

Parameters

a  Int32
 
low  Int32
 
high  Int32
 

Return Value

Int32
See Also