| Name | Description |
  | AreValuesEqual | Indicates if the value of the specified CalculationValue is equivalent to the Value |
 | CompareTo | Overloaded. Compares current instance with the passed in CalculationValue instance. Returns -1, 1 or 0 depending on whether the current instance is less than, greater than or equal to the passed in instance respectively. |
  | DateTimeToExcelDate | Overloaded. Converts a DateTime to Excel's numerical representation of a date. |
  | ExcelDateToDateTime | Overloaded. Converts Excel's numerical representation of a date to a DateTime. |
  | ExcelDateToTimeOfDay | Converts Excel's numerical representation of a time of day to a TimeSpan. |
 | GetResolvedValue | Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference. |
 | GetTypeCode | Returns the TypeCode for this instance |
 | IsSameValue | Indicates if the specified CalculationValue has the save Value as this instance. |
  | TimeOfDayToExcelDate | Converts a TimeSpan to Excel's numerical representation of a date. |
 | ToBoolean | Overloaded. Convert this class instance's value to a boolean data type |
 | ToByte | Overloaded. Convert this class instance's value to a byte data type |
 | ToChar | Overloaded. Convert this class instance's value to a char data type |
 | ToDateTime | Overloaded. Convert this class instance's value to a DateTime data type |
 | ToDecimal | Overloaded. Convert this class instance's value to a decimal data type |
 | ToDouble | Overloaded. Convert this class instance's value to a double data type |
 | ToErrorValue | Convert this instance's value to an CalculationErrorValue |
 | ToInt | Overloaded. Convert this class instance's value to an int |
 | ToInt16 | Overloaded. Convert this class instance's value to a short data type |
 | ToInt32 | Overloaded. Convert this class instance's value to a int data type |
 | ToInt64 | Overloaded. Convert this class instance's value to a long data type |
 | ToReference | Convert this instance's value to a ICalculationReference. |
 | ToSingle | Overloaded. Convert this class instance's value to a float data type |
 | ToString | Overloaded. Returns a string representation of this instance's value. |
 | ToType | Convert this class instance's value to a uint data type |