PbArray<T>.PbArray(int length1, int length2) Constructor
.NET Standard 2.x
Initializes an instance of PbArray<T> class. The size of the two-dimensional array is specified.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public PbArray(int length1, int length2);
Parameters
length1
System.Int32
The length of the first dimension of the array.
length2
System.Int32
The length of the second dimension of the array.
Examples
Coming soon.
Applies to
.NET Standard
2.x