SKWStream.WriteScalarAsText(Single) Method

Definition

Write a single, floating-point number to the stream as text.

public bool WriteScalarAsText (float value);

Parameters

value
Single

The floating-point number to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to