MathHelperClamp(Int32, Int32, Int32) Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic static int Clamp(
int value,
int minValue,
int maxValue
)
Public Shared Function Clamp (
value As Integer,
minValue As Integer,
maxValue As Integer
) As Integer
public:
static int Clamp(
int value,
int minValue,
int maxValue
)
static member Clamp :
value : int *
minValue : int *
maxValue : int -> int Parameters
- value Int32
-
- minValue Int32
-
- maxValue Int32
-
Return Value
Int32
See Also