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