PbArray.PbArray(int length1, int length2) Constructor
.NET Standard 2.x
Initializes an instance of PbArray
Namespace: PowerScript.Bridge Assembly: PowerScript.Bridge.dll Parameters The length of the first dimension of the array. The length of the second dimension of the array. Coming soon. .NET Standard 2.xSyntax
public PbArray(int length1, int length2);
length1 System.Int32length2 System.Int32Examples
Applies to