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