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

◆ CopySign() [1/2]

static double IFloatingPoint< double >. System.Double.CopySign ( double x,
double y )
inlinestatic

Definition at line 639 of file Double.cs.

640 {
641 return Math.CopySign(x, y);
642 }

References System.Math.CopySign().