ToNonZeroFloatArray()
The method returns a float[]
of the sparse vector values at the non-zero indices.
Declaration
// C# public float[] ToNonZeroFloatArray();
Return Value
A float[]
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_Float32
, then this method implicitly converts the vector values to float types.