Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>()
[2/3]
static
bool
IComparisonOperators
< decimal, decimal >. System.Decimal.operator>
(
decimal
left
,
decimal
right
)
inline
static
Definition at line
3112
of file
Decimal.cs
.
3113
{
3114
return
left > right;
3115
}
System
Decimal
Generated by
1.10.0