Show / Hide Table of Contents

    PbArray<T>.GetLowerBound(int dimension) Method

    .NET Standard 2.x

    Gets the index of the first element of the specified dimension in the PbArray.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public int GetLowerBound(int dimension);
    

    Parameters

    dimension System.Int32

    A zero-based dimension of the PbArray whose starting index needs to be determined.

    Returns

    System.Int32

    The index of the first element of the specified dimension in the PbArray.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon