Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-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: 12.2.1.3000 (12.2.1.3000)

Syntax

C#
public static double ReadAsDouble(
	DataReader reader,
	int typeId
)

Parameters

reader
Type: Tangosol.IO..::..DataReader
The POF stream containing the value.
typeId
Type: System..::..Int32
The POF type of the value.

Return Value

The POF value as a Double.

Exceptions

ExceptionCondition
System.IO..::..IOException If an I/O error occurs reading the POF stream, or the POF value cannot be coerced to a Double value.

See Also