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