Show / Hide Table of Contents

    PbGlobal.Double(decimal? v) Method

    .NET Standard 2.x

    Converts a decimal to a double number.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static double? Double(decimal? v);
    

    Parameters

    v System.Decimal

    A decimal you want to convert to a double.

    Returns

    System.Double

    Returns a double converted from a decimal. If v is null, Double returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon