ObjectOutputStream.writeFloat
Class Overview | Class Members |
This Package |
All Packages
public void writeFloat( float data ) throws IOException
Parameters
- data
- the float value to be written
Description
Writes a 32 bit float.
Send feedback to MSDN.Look here for MSDN Online resources.