Name | Description | |
---|---|---|
![]() | BigDecimal Constructor | Overloaded. |
The following tables list the members exposed by BigDecimal.
Name | Description | |
---|---|---|
![]() | BigDecimal Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | AlwaysTruncate | Specifies whether the significant digits should be truncated to the given precision after each operation. |
![]() ![]() | DefaultPrecision | Sets the maximum precision of division operations. If AlwaysTruncate is set to true all operations are affected. |
![]() ![]() | One | Constant value representing One |
![]() ![]() | Zero | Constant value representing Zero |
Name | Description | |
---|---|---|
![]() | Exponent | The power to which the Mantissa is to be raised. |
![]() | Mantissa | The part of a floating-point number which represents the significant digits of that number. |
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 |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Explicit cast from BigDecimal to System.Double |
![]() | |
![]() | |
![]() | Overloaded. Implicit cast from System.Byte to BigDecimal |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() |