Overload List
| # | Signature | Description |
|---|---|---|
| 1 | IntPtr PBValues(Int32 Row, Int32 Col) | Returns a pointer to the real value stored at Row and Col. |
| 2 | IntPtr PBValues(Int32 Index) | Obtains a pointer to the 8bit unsigned integer value of the vector at Index. |
Overload 1: IntPtr PBValues(Int32 Row, Int32 Col)
Returns a pointer to the real value stored at Row and Col.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | Int32 | |
| 2 | Col | Int32 |
Returns: IntPtr
Overload 2: IntPtr PBValues(Int32 Index)
Obtains a pointer to the 8bit unsigned integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
Remarks:
The function returns @Values[i].