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