Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNegativeInfinity()
[1/3]
static
bool
System.Double.IsNegativeInfinity
(
double
d
)
inline
static
Definition at line
104
of file
Double.cs
.
105
{
106
return
d ==
double
.NegativeInfinity;
107
}
Referenced by
System.Double.IsNegativeInfinity()
.
System
Double
Generated by
1.10.0