Value
This property returns a .NET array representing the vector.
Declaration
// C# public Array Value {get;}
Property Value
A .NET array representing the vector. This array can be Int16[]
, float[]
, double[]
, or byte[]
depending on the vector numeric format.
Exceptions
OracleNullValueException - The current instance has a null value.
ObjectDisposedException - The object is already disposed.
Remarks
The property return type varies based on the vector numeric format.
Numeric Format | Return Type |
---|---|
|
|
|
|
|
|
|
|