asp.net.ph

Convert.ToDouble Method ( Int16 )

System Namespace   Convert Class


Converts the value of a given 16-bit signed integer to an equivalent Double number.

[ VB ]
Overloads Public Shared Function ToDouble ( _
   ByVal value As Short _
) As Double

[ C# ]
public static double ToDouble ( 
   short value
);

[ C++ ]
public: static Double ToDouble ( 
   short value
);

[ JScript ]
public static function ToDouble (
   value : Int16
) : Double;

Parameters

value
A 16-bit signed integer.

Return Value

A Double number equivalent of value.

See Also

Convert Members   Convert.ToDouble Overload List   Double Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph