Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<()
[1/5]
static
bool
System.Numerics.BigInteger.operator<
(
BigInteger
left
,
BigInteger
right
)
inline
static
Definition at line
1950
of file
BigInteger.cs
.
1951
{
1952
return
left.CompareTo(right) < 0;
1953
}
References
System.Numerics.BigInteger.CompareTo()
.
System
Numerics
BigInteger
Generated by
1.10.0