PbGlobal.Long Method
.NET Standard 2.x
Converts an object or unsigned integers to an int number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Method | Description |
|---|---|
| Long(object v) | Converts an object to an int number. |
| Long(ushort? lowWord, ushort? highWord) | Combines two unsigned integers into an int value. |