PbGlobal.LongLong(uint? lowWord, uint? highWord) Method
.NET Standard 2.x
Combines two unsigned longs into a long value.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static long? LongLong(uint? lowWord, uint? highWord);
Parameters
lowWord
System.UInt32
An UnsignedLong to be the low word in the long.
highWord
System.UInt32
An UnsignedLong to be the high word in the long.
Returns
System.Int64
Returns the long if it succeeds and -1 if an error occurs. If any argument's value is null, LongLong returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x