Method ReadDouble
ReadDouble()
Reads an object of type System.Double from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract double ReadDouble()
Returns
Type | Description |
---|---|
System.Double | object read from the stream |
ReadDouble(Double)
Reads an object of type System.Double from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract double ReadDouble(double defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | defaultValue | Default value to be used for deserializing old version of the object |
Returns
Type | Description |
---|---|
System.Double | object read from the stream |