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. | |
DoubleConversionRule | Specifies the global rules for converting doubles to a BigDecimal. | |
One | Constant value representing One | |
RoundDouble | Specifies whether the significant digits should be truncated to the given precision after each operation. | |
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. | |
Clone | ||
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 |
Addition | |
Decrement | |
Division | |
Equality | |
Explicit Type Conversion | Overloaded. Explicit cast from BigDecimal to System.Double |
Greater Than | |
Greater Than or Equal | |
Implicit Type Conversion | Overloaded. Implicit cast from System.Byte to BigDecimal |
Increment | |
Inequality | |
Less Than | |
Less Than or Equal | |
Multiplication | |
Subtraction | |
Unary Negation | |
Unary Plus |