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