| Overload | Description |
|---|---|
| GetValue(Type) | Resolves the current mathematical equation and converts it to the specified System.Type. |
| GetValue(Type,IFormatProvider) | Resolves the current mathematical equation and converts it to the specified System.Type using the provided System.IFormatProvider. |
| GetValue(Decimal,Int32) | Resolves the current mathematical equation and returns the significant and exponent portions of the result. |
| GetValue(Decimal,Int32,IFormatProvider) | Resolves the current mathematical equation and returns the significant and exponent portions of the result formatted using the provided System.IFormatProvider. |