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
3106
of file
Decimal.cs
.
3107
{
3108
return
left <= right;
3109
}
System
Decimal
Generated by
1.10.0