Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[6/8]
static int System.Math.Sign
(
nint
value
)
inline
static
Definition at line
1240
of file
Math.cs
.
1241
{
1242
return
(
int
)((long)(
value
>> 63) | (long)((ulong)(-
value
) >> 63));
1243
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Math
Generated by
1.10.0