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