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

◆ ToInt32() [1/2]

int IConvertible. System.UInt64.ToInt32 ( IFormatProvider provider)
inline

Definition at line 228 of file UInt64.cs.

229 {
230 return Convert.ToInt32(this);
231 }

References System.Convert.ToInt32().