Show / Hide Table of Contents

    PbGlobal.Int(decimal? v) Method

    .NET Standard 2.x

    Converts a decimal to a short number.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

     public static short? Int(decimal? v);
    

    Parameters

    v System.Decimal

    A decimal you want to convert to a short.

    Returns

    System.Int16

    Returns a short converted from a decimal. If v is null, Int returns null.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon