Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToSByte() [1/2]

sbyte IConvertible. System.Double.ToSByte ( IFormatProvider provider)
inline

Definition at line 406 of file Double.cs.

407 {
408 return Convert.ToSByte(this);
409 }

References System.Convert.ToSByte().