.NET Client Documentation
5.2.0
Search Results for

    Show / Hide Table of Contents

    HBigDecimal Constructor

    HBigDecimal(BigInteger, Int32)

    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.

    Int32 scale

    The scale component of the number.

    HBigDecimal(Int32)

    Initializes a new instance of the HBigDecimal struct.

    Declaration
    public HBigDecimal(int value)
    Parameters
    Int32 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-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.