Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[4/8]
static int System.Math.Sign
(
int
value
)
inline
static
Definition at line
1230
of file
Math.cs
.
1231
{
1232
return
(
value
>> 31) | (-
value
>>> 31);
1233
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Math
Generated by
1.10.0