Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Floor()
[1/2]
static double
IFloatingPoint
< double >. System.Double.Floor
(
double
x
)
inline
static
Definition at line
663
of file
Double.cs
.
664
{
665
return
Math.Floor(x);
666
}
References
System.Math.Floor()
.
System
Double
Generated by
1.10.0