Show / Hide Table of Contents

    PbArray<T>.GetValue(int index1, int index2) Method

    .NET Standard 2.x

    Gets the value at the specified position in the two-dimensional PbArray.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public T GetValue(int index1, int index2);
    

    Parameters

    index1 System.Int32

    A 32-bit integer that represents the first-dimension index of the PbArray element to get.

    index2 System.Int32

    A 32-bit integer that represents the second-dimension index of the PbArray element to get.

    Returns

    T

    The value at the specified position in the two-dimensional PbArray.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon