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

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

static double IFloatingPoint< double >. System.Double.ScaleB< TInteger > ( double x,
TInteger n )
inlinestatic

Definition at line 753 of file Double.cs.

754 {
755 return Math.ScaleB(x, int.Create(n));
756 }

References System.Math.ScaleB().