Calculus |
The CalculusCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Interpolation(IWorksheetController) | Interpolates the selected worksheet columns using dialog-provided parameters. | |
| Interpolation(IWorksheetController, ResamplingByInterpolation) | Interpolates the selected worksheet columns using the specified parameters. | |
| Interpolation(DataColumn, DataColumn, ResamplingByInterpolation, DataColumn, DataColumn) | Interpolates a pair of source columns into result columns using the specified resampling parameters. | |
| Interpolation(DataColumn, DataColumn, IInterpolationFunctionOptions, IReadOnlyListDouble, DataColumn, DataColumn) | Interpolates a pair of source columns into result columns using the specified interpolation function and sample points. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MultivariateLinearFit | Performs a multivariate linear fit for the selected worksheet columns. | |
| PronyRelaxationFrequencyDomain | Starts a Prony relaxation analysis in the frequency domain. | |
| PronyRelaxationTimeDomain | Starts a Prony relaxation analysis in the time domain. | |
| PronyRetardationFrequencyDomain | Starts a Prony retardation analysis in the frequency domain. | |
| PronyRetardationTimeDomain | Starts a Prony retardation analysis in the time domain. | |
| SavitzkyGolay(SavitzkyGolayParameters, DataColumn) | Applies a Savitzky-Golay filter to a Y column. | |
| SavitzkyGolay(SavitzkyGolayParameters, DataColumn, DataColumn) | Applies a Savitzky-Golay filter to a Y column using an optional X column. | |
| SavitzkyGolayFiltering | Starts Savitzky-Golay filtering for the selected column. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |