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
3118
of file
Decimal.cs
.
3119
{
3120
return
left >= right;
3121
}
System
Decimal
Generated by
1.10.0