Show / Hide Table of Contents

    PbArray<T>.PbArray<T>(T[] data) Method

    .NET Standard 2.x

    Defines an implicit conversion which converts a one-dimensional object to a PbArray<T> 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<T>

    Returns the PbArray<T> object that is converted.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon