Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Truncate()
[2/2]
static
unsafe
double System.Math.Truncate
(
double
d
)
inline
static
Definition at line
1275
of file
Math.cs
.
1276
{
1277
ModF
(d, &d);
1278
return
d;
1279
}
System.Math.ModF
static unsafe double ModF(double x, double *intptr)
References
System.Math.ModF()
.
System
Math
Generated by
1.10.0