Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static int
INumber
< int >. System.Int32.Sign
(
int
value
)
inline
static
Definition at line
721
of file
Int32.cs
.
722
{
723
return
Math.Sign(
value
);
724
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
Int32
Generated by
1.10.0