Edit

Share via


BinaryTokenStreamReader.ReadFloat Method

Definition

Read an float value from the stream.

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

Returns

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

Implements

Applies to