LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure
Fields Properties Methods


In This Topic
    BigDecimal Structure Members
    In This Topic

    The following tables list the members exposed by BigDecimal.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Specifies whether the significant digits should be truncated to the given precision after each operation.  
    Public Fieldstatic (Shared in Visual Basic)Sets the maximum precision of division operations. If AlwaysTruncate is set to true all operations are affected.  
    Public Fieldstatic (Shared in Visual Basic)Specifies the global rules for converting doubles to a BigDecimal.  
    Public Fieldstatic (Shared in Visual Basic)Constant value representing One  
    Public Fieldstatic (Shared in Visual Basic)Specifies whether the significant digits should be truncated to the given precision after each operation.  
    Public Fieldstatic (Shared in Visual Basic)Constant value representing Zero  
    Top
    Public Properties
     NameDescription
    Public PropertyThe power to which the Mantissa is to be raised.  
    Public PropertyThe part of a floating-point number which represents the significant digits of that number.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets the absolute value of a BigDecimal object.  
    Public Method  
    Public MethodOverloaded. Compares this BigDecimal with another BigDecimal  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.Indicates whether this instance and a specified object are equal.  
    Public Methodstatic (Shared in Visual Basic)Returns the factional part of the number  
    Public MethodServes as the default hash function.Returns the hash code for this instance.Serves as the default hash function.Returns the hash code for this instance.  
    Public MethodRemoves trailing zeros on the mantissa  
    Public Methodstatic (Shared in Visual Basic)Parses the string representation of a decimal into a BigDecimal object  
    Public MethodGets the value removing any values after the specified number of decimal palces  
    Public Methodstatic (Shared in Visual Basic)Returns an integer that indicates the sign of a BigDecimal object.  
    Public MethodOverloaded. Returns a string that represents the current object.Returns the fully qualified type name of this instance.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Truncate the number removing the fractional part.  
    Public Methodstatic (Shared in Visual Basic)Attempts to parse the string representation of a decimal into a BigDecimal object  
    Top
    Public Operators
     
     
     
     
    Overloaded. Explicit cast from BigDecimal to System.Double
     
     
    Overloaded. Implicit cast from System.Byte to BigDecimal
     
     
     
     
     
     
     
     
    Top
    See Also