Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[2/13]
static decimal System.Math.Max
(
decimal
val1
,
decimal
val2
)
inline
static
Definition at line
748
of file
Math.cs
.
749
{
750
return
decimal.Max(in val1, in val2);
751
}
System
Math
Generated by
1.10.0