Write a float to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void WriteFloat( float value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteFloat ( _ value As Single _ ) |
| Visual C++ |
|---|
public: void WriteFloat ( float value ) |
Parameters
- value
- Single
The float value to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace