Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNegative()
[2/3]
static
bool
IFloatingPoint
< double >. System.Double.IsNegative
(
double
d
)
inline
static
Definition at line
813
of file
Double.cs
.
814
{
815
return
IsNegative
(d);
816
}
System.Double.IsNegative
static bool IsNegative(double d)
Definition
Double.cs:97
References
System.Double.IsNegative()
.
System
Double
Generated by
1.10.0