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

◆ ToInt64() [3/6]

override long System.Xml.Schema.XmlBaseConverter.ToInt64 ( double value)
inlineinherited

Definition at line 310 of file XmlBaseConverter.cs.

311 {
312 return (long)ChangeType(value, Int64Type, null);
313 }
override object ChangeType(bool value, Type destinationType)

References System.Xml.Schema.XmlBaseConverter.ChangeType(), System.Xml.Schema.XmlBaseConverter.Int64Type, and System.value.