Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ILogB< TInteger >() [1/2]

static TInteger IFloatingPoint< double >. System.Double.ILogB< TInteger > ( double x)
inlinestatic

Definition at line 681 of file Double.cs.

682 {
683 return TInteger.Create(Math.ILogB(x));
684 }

References System.Math.ILogB().