Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[2/2]
static ushort
INumber
< ushort >. System.UInt16.Sign
(
ushort
value
)
inline
static
Definition at line
738
of file
UInt16.cs
.
739
{
740
return
(ushort)((
value
!= 0) ? 1u : 0u);
741
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt16
Generated by
1.10.0