Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
static
BigInteger
System.Numerics.BigInteger.Max
(
BigInteger
left
,
BigInteger
right
)
inline
static
Definition at line
796
of file
BigInteger.cs
.
797
{
798
if
(left.CompareTo(right) < 0)
799
{
800
return
right;
801
}
802
return
left;
803
}
References
System.Numerics.BigInteger.CompareTo()
.
System
Numerics
BigInteger
Generated by
1.10.0