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
3100
of file
Decimal.cs
.
3101
{
3102
return
left < right;
3103
}
System
Decimal
Generated by
1.10.0