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
1960
of file
BigInteger.cs
.
1961
{
1962
return
left.CompareTo(right) > 0;
1963
}
References
System.Numerics.BigInteger.CompareTo()
.
System
Numerics
BigInteger
Generated by
1.10.0