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