Show / Hide Table of Contents

    PbGlobal.Long(ushort? lowWord, ushort? highWord) Method

    .NET Standard 2.x

    Combines two unsigned integers into an int value.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static int? Long(ushort? lowWord, ushort? highWord);
    

    Parameters

    lowWord System.Int16

    An UnsignedInteger to be the low word in the int.

    hightWord System.Int16

    An UnsignedInteger to be the high word in the int.

    Returns

    System.Int32

    Returns the int if it succeeds and -1 if an error occurs. If any argument's value is null, Long returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon