Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToSByte()
[5/19]
static sbyte System.Convert.ToSByte
(
decimal
value
)
inline
static
Definition at line
873
of file
Convert.cs
.
874
{
875
return
decimal.ToSByte(decimal.Round(
value
, 0));
876
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0