WriteLine(double) Method
Writes the text representation of the specified double-precision floating-point
value, followed by the current line terminator, to the console.
public static void WriteLine(double value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- double value
- The value to write.