VectorOfDouble Properties |
The VectorOfDouble type exposes the following members.
| Name | Description | |
|---|---|---|
| Item |
Get the item in the specific index
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Size |
Get the size of the vector
| |
| SizeOfItemInBytes |
The size of the item in this Vector, counted as size in bytes.
| |
| StartAddress |
The pointer to the first element on the vector. In case of an empty vector, IntPtr.Zero will be returned.
|