NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Console.WriteLine (Double)

Writes the text representation of a Double followed by a line terminator to Console.Out that is set to the system's standard output stream by default.

[Visual Basic]
Overloads Public Shared Sub WriteLine( _
   ByVal value As Double _
)
[C#]
public static void WriteLine(
   double value
);
[C++]
public: static void WriteLine(
   double value
);
[JScript]
public static function WriteLine(
   value : double
);

Parameters

value
The double to write.

Exceptions

Exception Type Condition
IOException An I/O error occured.

See Also

Console Class | Console Members | System Namespace | Console.WriteLine Overload List