Edit

Share via


IBinaryTokenStreamReader.ReadDouble Method

Definition

Read an double value from the stream.

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

Returns

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

Applies to