PbArray<T>.GetValue Method
.NET Standard 2.x
Gets the value at the specified position in the PbArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Method | Description |
|---|---|
| GetValue(int index) | Gets the value at the specified position in the one-dimensional PbArray. |
| GetValue(int index1, int index2) | Gets the value at the specified position in the two-dimensional PbArray. |