Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Log2()
[1/4]
static double
IBinaryNumber
< double >. System.Double.Log2
(
double
value
)
inline
static
Definition at line
491
of file
Double.cs
.
492
{
493
return
Math.Log2(
value
);
494
}
System.ExceptionArgument.value
@ value
References
System.Math.Log2()
, and
System.value
.
System
Double
Generated by
1.10.0