Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>()
[2/3]
static
bool
IComparisonOperators
< double, double >. System.Double.operator>
(
double
left
,
double
right
)
inline
static
Definition at line
537
of file
Double.cs
.
538
{
539
return
left > right;
540
}
System
Double
Generated by
1.10.0