Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Log2()
[2/4]
static double
IFloatingPoint
< double >. System.Double.Log2
(
double
x
)
inline
static
Definition at line
699
of file
Double.cs
.
700
{
701
return
Math.Log2(x);
702
}
References
System.Math.Log2()
.
System
Double
Generated by
1.10.0