PbGlobal.Int(double? v) Method
.NET Standard 2.x
Converts a double to a short number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static short? Int(double? v);
Parameters
v
System.Double
A double you want to convert to a short.
Returns
System.Int16
Coming soon.
Examples
Coming soon.
Applies to
.NET Standard
2.x