Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static
short
INumber
<
short
>. System.Int16.Sign
(
short
value
)
inline
static
Definition at line
744
of file
Int16.cs
.
745
{
746
return
(
short
)Math.Sign(
value
);
747
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
Int16
Generated by
1.10.0