IDataInput.ReadFloat
valthe float to write.
TypeReasonJava.IO.IOExceptionif an I/O error occurs while writing.
Writes the specified 32-bit float in big-endian order. The resulting output is the four bytes returned by Java.Lang.Float.FloatToIntBits(float).
[Android Documentation]