SKWStream.WriteScalar(Single) Method

Definition

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

public bool WriteScalar (float value);

Parameters

value
Single

The floating-point number to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to