PbArray<T>.SetValue(T value, int index1, int index2) Method
.NET Standard 2.x
Sets a value to the element at the specified position in the two-dimensional PbArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public void SetValue(T value, int index1, int index2);
Parameters
value T
The new value for the specified element.
index1 System.Int32
A 32-bit integer that represents the first-dimension index of the PbArray element to set.
index2 System.Int32
A 32-bit integer that represents the second-dimension index of the PbArray element to set.
Examples
Coming soon.
Applies to
.NET Standard
2.x