Show / Hide Table of Contents

    PbGlobal.Real(decimal? v) Method

    .NET Standard 2.x

    Converts a decimal to a float number.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static float? Real(decimal? v);
    

    Parameters

    v System.Decimal

    A decimal you want to convert to a float.

    Returns

    System.Single

    Returns a float converted from a decimal. If v is null, Real returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon