ToDoubleArray()

The method returns a double[] value of this OracleVector instance.

Declaration

// C#
public double[] ToDoubleArray();

Return Value

A double[]

Exceptions

InvalidCastException - The vector numeric format is binary.

OracleNullValueException - The current instance has a null value.

ObjectDisposedException - The object is already disposed.

Remarks

If the vector's numeric format is not OracleDbType.Vector_Float64, then this method implicitly converts the vector values to double types.