Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNegativeInfinity()
[2/3]
static
bool
IFloatingPoint
< double >. System.Double.IsNegativeInfinity
(
double
d
)
inline
static
Definition at line
819
of file
Double.cs
.
820
{
821
return
IsNegativeInfinity
(d);
822
}
System.Double.IsNegativeInfinity
static bool IsNegativeInfinity(double d)
Definition
Double.cs:104
References
System.Double.IsNegativeInfinity()
.
System
Double
Generated by
1.10.0