Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round< TInteger >()
[2/4]
static double
IFloatingPoint
< double >.
System.Double.Round
< TInteger >
(
double
x
,
TInteger
digits
,
MidpointRounding
mode
)
inline
static
Definition at line
747
of file
Double.cs
.
748
{
749
return
Math.Round(x,
int
.
Create
(digits), mode);
750
}
System.IO.Compression.ZipArchiveMode.Create
@ Create
References
System.Math.Round()
.
System
Double
Generated by
1.10.0