SerializationExtensions.ReadNullableDouble(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a double? from reader
public:
[System::Runtime::CompilerServices::Extension]
static Nullable<double> ReadNullableDouble(System::IO::BinaryReader ^ reader);
public static double? ReadNullableDouble (this System.IO.BinaryReader reader);
static member ReadNullableDouble : System.IO.BinaryReader -> Nullable<double>
<Extension()>
Public Function ReadNullableDouble (reader As BinaryReader) As Nullable(Of Double)
Parameters
- reader
- BinaryReader
The reader to read from
Returns
The nullable double.