1 override of ToInt64
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
436public override long ToInt64(float value) {return (long) ChangeType((object) value, Int64Type, null); }