Edit

Share via


IBinaryTokenStreamReader.ReadFloat Method

Definition

Read an float value from the stream.

public float ReadFloat ();
abstract member ReadFloat : unit -> single
Public Function ReadFloat () As Single

Returns

Data from current position in stream, converted to the appropriate output type.

Applies to