Name | Description | |
---|---|---|
![]() ![]() | Abs | Gets the absolute value of a BigDecimal object. |
![]() | CompareTo | Overloaded. Compares this BigDecimal with another BigDecimal |
![]() | Equals | Overloaded. Indicates whether this instance and a specified object are equal.Indicates whether this instance and a specified object are equal. |
![]() ![]() | FactionalPart | Returns the factional part of the number |
![]() | GetHashCode | Serves 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. |
![]() | Normalize | Removes trailing zeros on the mantissa |
![]() ![]() | Parse | Parses the string representation of a decimal into a BigDecimal object |
![]() | SetDecimalPlaces | Gets the value removing any values after the specified number of decimal palces |
![]() ![]() | Sign | Returns an integer that indicates the sign of a BigDecimal object. |
![]() | ToString | Overloaded. Returns a string that represents the current object.Returns the fully qualified type name of this instance. |
![]() ![]() | Truncate | Overloaded. Truncate the number removing the fractional part. |
![]() ![]() | TryParse | Attempts to parse the string representation of a decimal into a BigDecimal object |