Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static sbyte
INumber
< sbyte >. System.SByte.Sign
(
sbyte
value
)
inline
static
Definition at line
759
of file
SByte.cs
.
760
{
761
return
(sbyte)Math.Sign(
value
);
762
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
SByte
Generated by
1.10.0