Writes a four-byte floating-point value to the current stream and advances the stream position by four bytes.
value The four-byte floating-point value to write.
BinaryWriter stores this data type in little endian format.
For a list of common I/O tasks, see Common I/O Tasks.