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