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
)
inline
static
Definition at line
639
of file
Double.cs
.
640
{
641
return
Math.CopySign(x, y);
642
}
References
System.Math.CopySign()
.
System
Double
Generated by
1.10.0