Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MaxMagnitude()
[1/2]
static double
IFloatingPoint
< double >. System.Double.MaxMagnitude
(
double
x
,
double
y
)
inline
static
Definition at line
711
of file
Double.cs
.
712
{
713
return
Math.MaxMagnitude(x, y);
714
}
References
System.Math.MaxMagnitude()
.
System
Double
Generated by
1.10.0