.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    HBigDecimal Constructor

    HBigDecimal(BigInteger, int)

    Initializes a new instance of the HBigDecimal struct.

    Declaration
    public HBigDecimal(BigInteger unscaledValue, int scale = 0)
    Parameters
    BigInteger unscaledValue

    The unscaled component of the number.

    int scale

    The scale component of the number.

    HBigDecimal(int)

    Initializes a new instance of the HBigDecimal struct.

    Declaration
    public HBigDecimal(int value)
    Parameters
    int value

    The value of the number.

    HBigDecimal(decimal)

    Initializes a new instance of the HBigDecimal struct.

    Declaration
    public HBigDecimal(decimal value)
    Parameters
    decimal value

    The value of the number.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.