Show / Hide Table of Contents

    PbArray. GetUpperBound(int dimension) Method

    .NET Standard 2.x

    Gets the index of the last element of the specified dimension in the PBArray.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public int GetUpperBound(int dimension);
    

    Parameters

    dimension System.Int32

    A zero-based dimension of the PBArray whose upper bound needs to be determined.

    Returns

    System.Int32

    The index of the last element of the specified dimension in the PBArray, or -1 if the specified dimension is empty.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon