SerializationExtensions.ReadNullableSingle(BinaryReader) Method

Definition

Reads a float? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<float> ReadNullableSingle(System::IO::BinaryReader ^ reader);
public static float? ReadNullableSingle (this System.IO.BinaryReader reader);
static member ReadNullableSingle : System.IO.BinaryReader -> Nullable<single>
<Extension()>
Public Function ReadNullableSingle (reader As BinaryReader) As Nullable(Of Single)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable float.

Applies to