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)
inlinestatic

Definition at line 663 of file Double.cs.

664 {
665 return Math.Floor(x);
666 }

References System.Math.Floor().