| IPortableReaderReadDouble Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax double ReadDouble(
string fieldName
)
Function ReadDouble (
fieldName As String
) As Double
double ReadDouble(
String^ fieldName
)
abstract ReadDouble :
fieldName : string -> float
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Doublethe double value read
Exceptions See Also