Show / Hide Table of Contents

    PbGlobal.Dec(double? v) Method

    .NET Standard 2.x

    Converts a double to a decimal number.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static decimal? Dec(double? v);
    

    Parameters

    v System.Double

    A double you want to convert to a decimal.

    Returns

    System.Decimal

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

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon