Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[2/2]
static uint
INumber
< uint >. System.UInt32.Sign
(
uint
value
)
inline
static
Definition at line
719
of file
UInt32.cs
.
720
{
721
if
(
value
!= 0)
722
{
723
return
1u;
724
}
725
return
0u;
726
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt32
Generated by
1.10.0