Click or drag to resize
DataOutputWriteDouble Method
Write a double precision real number to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteDouble(
	double value
)

Parameters

value
Type: SystemDouble
The double precision real number to write.
See Also