![]() |
Method writeFloat(float v)
Return type: void
Member of: java.io.DataOutputStream
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | dout.writeFloat( f ); |
| 2 | dos.writeFloat(v); |
| 3 | out.writeFloat(value); |
| 4 | file.writeFloat(bytes); |
| 5 | dout.writeFloat( af[i] ); |
| 6 | os.writeFloat(coeffMin); |
| 7 | s.writeFloat(lat_); |