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)
inlinestatic

Definition at line 491 of file Double.cs.

492 {
493 return Math.Log2(value);
494 }

References System.Math.Log2(), and System.value.