| IObjectDataInputReadDoubleArray Method |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax double[] ReadDoubleArray()
Function ReadDoubleArray As Double()
array<double>^ ReadDoubleArray()
abstract ReadDoubleArray : unit -> float[]
Return Value
Type:
Doubledouble array read
Exceptions Exception | Condition |
---|
IOException |
if it reaches end of file before finish reading
|
See Also