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