Show / Hide Table of Contents

    PbGlobal.LongLong(decimal? v) Method

    .NET Standard 2.x

    Converts a decimal to a long number.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public static long? LongLong(decimal? v);
    

    Parameters

    v System.Decimal

    A decimal you want to convert to a long.

    Returns

    System.Int64

    Returns a long converted from a decimal. If v is null, LongLong returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon