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