PofHelperReadAsDouble Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Read a value of the specified encoding from the POF stream and
convert it to a Double.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static double ReadAsDouble(
DataReader reader,
int typeId
)
Parameters
- reader
- Type: Tangosol.IODataReader
The POF stream containing the value.
- typeId
- Type: SystemInt32
The POF type of the value.
Return Value
Type:
Double
The POF value as a
Double.
ExceptionsException | Condition |
---|
IOException |
If an I/O error occurs reading the POF stream, or the POF value
cannot be coerced to a Double value.
|
See Also