This topic has not yet been rated - Rate this topic

Double.IConvertible.ToInt16 Method

.NET Framework 1.1

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private Function ToInt16( _
   ByVal provider As IFormatProvider _
) As Short Implements IConvertible.ToInt16
[C#]
short IConvertible.ToInt16(
   IFormatProvider provider
);
[C++]
private: short IConvertible::ToInt16(
 IFormatProvider* provider
);
[JScript]
private function IConvertible.ToInt16(
   provider : IFormatProvider
) : Int16;

See Also

Double Structure | Double Members | System Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.