Show / Hide Table of Contents

    PbArray.PbArray(T[] data) Method

    .NET Standard 2.x

    Defines an implicit conversion which converts a one-dimensional object to a PbArray object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static implicit operator PbArray<T>(T[] data);
    

    Parameters

    data T[]

    The one-dimensional array to be converted.

    Returns

    PbArray

    Returns the PbArray object that is converted.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon