IndentedTextWriterWriteLine(Single) - метод
Writes the text representation of a 4-byte floating-point value to the text stream, followed by a line terminator.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override void WriteLine(
float value
)
Public Overrides Sub WriteLine (
value As Single
)
public:
virtual void WriteLine(
float value
) override
abstract WriteLine :
value : float32 -> unit
override WriteLine :
value : float32 -> unit
Параметры
- value Single
- The 4-byte floating-point value to write.
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |