PbArray<T>.Length Property
.NET Standard 2.x
Gets the total number of elements in all the dimensions of PbArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public int Length => this.InternalPbArray.Length;
Property Value
System.Int32
The total number of elements in all the dimensions of PbArray; 0 if there are no elements in the array.
Examples
Coming soon.
Applies to
.NET Standard
2.x