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