SerializationExtensions::Write Method (BinaryWriter^, Nullable<Single>)
Visual Studio 2015
Writes a float? to writer.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static void Write( BinaryWriter^ writer, Nullable<float> value )
Parameters
- writer
-
Type:
System.IO::BinaryWriter^
The writer.
- value
-
Type:
System::Nullable<Single>
The value to write.
Show: