Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Min()
static
BigInteger
System.Numerics.BigInteger.Min
(
BigInteger
left
,
BigInteger
right
)
inline
static
Definition at line
805
of file
BigInteger.cs
.
806
{
807
if
(left.CompareTo(right) <= 0)
808
{
809
return
left;
810
}
811
return
right;
812
}
References
System.Numerics.BigInteger.CompareTo()
.
System
Numerics
BigInteger
Generated by
1.10.0