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