.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HBigDecimal Struct

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents Hazelcast SQL DECIMAL type corresponding to java.math.BigDecimal in Java.

    public readonly struct HBigDecimal : IEquatable<HBigDecimal>
    Implements
    IEquatable<HBigDecimal>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)

    Constructors

    HBigDecimal(Decimal)
    HBigDecimal(Int32)
    HBigDecimal(BigInteger, Int32)

    Fields

    MinusOne
    One
    Ten
    Zero

    Properties

    Scale

    Scale to apply to UnscaledValue to get represented number. Final value is calculated as UnscaledValue*(10^-Scale)

    UnscaledValue

    Unscaled part of number. Final value is calculated as UnscaledValue*(10^-Scale)

    Methods

    Equals(HBigDecimal)
    Equals(Object)
    GetHashCode()
    Parse(String)
    Parse(String, CultureInfo)
    ToDecimal()
    ToString()
    ToString(CultureInfo)
    TryParse(String, out HBigDecimal)
    TryParse(String, CultureInfo, out HBigDecimal)
    TryToDecimal(out Decimal)

    Operators

    Equality(HBigDecimal, HBigDecimal)
    Explicit(HBigDecimal to Decimal)
    Explicit(Decimal to HBigDecimal)
    Inequality(HBigDecimal, HBigDecimal)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.