Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static long
INumber
< long >. System.Int64.Sign
(
long
value
)
inline
static
Definition at line
692
of file
Int64.cs
.
693
{
694
return
Math.Sign(
value
);
695
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
Int64
Generated by
1.10.0