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