Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CompareTo()
[1/4]
int System.Int32.CompareTo
(
int
value
)
inline
Definition at line
61
of file
Int32.cs
.
62
{
63
if
(
this
<
value
)
64
{
65
return
-1;
66
}
67
if
(
this
>
value
)
68
{
69
return
1;
70
}
71
return
0;
72
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Int32
Generated by
1.10.0