ToDoubleArray()

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

Declaration

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

Return Value

A double[] representing the whole sparse vector in dense vector form.

Expections

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.