Bridge

Console..::..WriteLine Method (Double)

Writes the text representation of the specified double-precision floating-point value, followed by the current line terminator, to the standard output stream.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static void WriteLine(
	double value
)
<TemplateAttribute> _
Public Shared Sub WriteLine ( _
	value As Double _
)
[TemplateAttribute]
public:
static void WriteLine(
	double^ value
)

Parameters

value
Type: System..::..Double
The value to write.

Exceptions


ExceptionCondition
IOExceptionAn I/O error occurred.