IPdxReaderReadDouble Method |
Read a double precision number from the stream.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxdouble ReadDouble(
string fieldName
)
Function ReadDouble (
fieldName As String
) As Double
double ReadDouble(
String^ fieldName
)
abstract ReadDouble :
fieldName : string -> float
Parameters
- fieldName
- Type: SystemString
The name of a member field whose value to read.
Return Value
Type:
Double
See Also