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