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