DataOutputWriteFloat Method |
Write a float to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteFloat(
float value
)
Public Sub WriteFloat (
value As Single
)
public:
void WriteFloat(
float value
)
member WriteFloat :
value : float32 -> unit
Parameters
- value
- Type: SystemSingle
The float value to write.
See Also