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