Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[2/2]
static ulong
INumber
< ulong >. System.UInt64.Sign
(
ulong
value
)
inline
static
Definition at line
701
of file
UInt64.cs
.
702
{
703
return
(ulong)((
value
!= 0
L
) ? 1 : 0);
704
}
System.ExceptionArgument.value
@ value
System.ConsoleKey.L
@ L
References
System.L
, and
System.value
.
System
UInt64
Generated by
1.10.0