.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    explicit operator Operator

    explicit operator decimal(HBigDecimal)

    Implements the HBigDecimal to decimal conversion.

    Declaration
    public static explicit operator decimal(HBigDecimal value)
    Parameters
    HBigDecimal value
    Returns
    decimal
    Exceptions
    OverflowException

    The value instance represents a number that is less than MinValue or greater than MaxValue.

    explicit operator HBigDecimal(decimal)

    Implements the decimal to HBigDecimal conversion.

    Declaration
    public static explicit operator HBigDecimal(decimal value)
    Parameters
    decimal value
    Returns
    HBigDecimal
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.