Show / Hide Table of Contents

    PbArray<T>.GetValue(int index) Method

    .NET Standard 2.x

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

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public T GetValue(int index);
    

    Parameters

    index System.Int32

    A 32-bit integer that represents the position of the PbArray element to get.

    Returns

    T

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

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon