IndentedTextWriterWrite(Single) - метод
Writes the text representation of a 4-byte floating-point value to the text stream.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.