Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Clamp()
[1/2]
static sbyte
INumber
< sbyte >. System.SByte.Clamp
(
sbyte
value
,
sbyte
min
,
sbyte
max
)
inline
static
Definition at line
435
of file
SByte.cs
.
436
{
437
return
Math.Clamp(
value
, min, max);
438
}
System.ExceptionArgument.value
@ value
References
System.Math.Clamp()
, and
System.value
.
System
SByte
Generated by
1.10.0