Indices

This property returns a long[] of the zero-based sparse vector's non-zero indices.

Declaration

// C#
public long[] Indices {get;}

Property Value

A long[] of the zero-based sparse vector's non-zero indices.

Exceptions

OracleNullValueException - The current instance has a null value.

ObjectDisposedException - The object is already disposed.