PbArray. GetValue(int index1, int index2) Method
.NET Standard 2.x
Gets the value at the specified position in the two-dimensional PBArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public T GetValue(int index1, int index2);
Parameters
index1 System.Int32
A 32-bit integer that represents the first-dimension index of the PBArray element to get.
index2 System.Int32
A 32-bit integer that represents the second-dimension index of the PBArray element to get.
Returns
T
The value at the specified position in the two-dimensional PBArray.
Examples
Coming soon.
Applies to
.NET Standard
2.x