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