PbGlobal.Int(long? v) Method
.NET Standard 2.x
Converts a long to a short number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static short? Int(long? v);
Parameters
v
System.Int64
A long you want to convert to a short.
Returns
System.Int16
Returns a short converted from a long. If v is null, Int returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x