Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Clamp()
[2/2]
static ulong
INumber
< ulong >. System.UInt64.Clamp
(
ulong
value
,
ulong
min
,
ulong
max
)
inline
static
Definition at line
418
of file
UInt64.cs
.
419
{
420
return
Math.Clamp(
value
, min, max);
421
}
System.ExceptionArgument.value
@ value
References
System.Math.Clamp()
, and
System.value
.
System
UInt64
Generated by
1.10.0