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:
SystemAssembly: 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.