PbGlobal.IntHigh(int? v) Method
.NET Standard 2.x
Returns the high word of an int value.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static short? IntHigh(int? v);
Parameters
v
System.Int32
An int value.
Returns
System.Int16
Returns the high word of v if it succeeds and -1 if an error occurs. If v is null, IntHigh returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x