ToNonZeroDoubleArray()
The method returns a double[]
of the sparse vector values at the non-zero indices.
Declaration
// C# public double[] ToNonZeroDoubleArray();
Return Value
A double[]
of the sparse vector values at the non-zero indices.
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.