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