Edit

Share via


BinaryTokenStreamReader.ReadDouble Method

Definition

Read an double value from the stream.

public double ReadDouble ();
member this.ReadDouble : unit -> double
abstract member ReadDouble : unit -> double
override this.ReadDouble : unit -> double
Public Function ReadDouble () As Double

Returns

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

Implements

Applies to