Click or drag to resize

CalculusCommands Methods

The CalculusCommands type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInterpolation(IWorksheetController) Interpolates the selected worksheet columns using dialog-provided parameters.
Public methodStatic memberInterpolation(IWorksheetController, ResamplingByInterpolation) Interpolates the selected worksheet columns using the specified parameters.
Public methodStatic memberInterpolation(DataColumn, DataColumn, ResamplingByInterpolation, DataColumn, DataColumn) Interpolates a pair of source columns into result columns using the specified resampling parameters.
Public methodStatic memberInterpolation(DataColumn, DataColumn, IInterpolationFunctionOptions, IReadOnlyListDouble, DataColumn, DataColumn) Interpolates a pair of source columns into result columns using the specified interpolation function and sample points.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberMultivariateLinearFit Performs a multivariate linear fit for the selected worksheet columns.
Public methodStatic memberPronyRelaxationFrequencyDomain Starts a Prony relaxation analysis in the frequency domain.
Public methodStatic memberPronyRelaxationTimeDomain Starts a Prony relaxation analysis in the time domain.
Public methodStatic memberPronyRetardationFrequencyDomain Starts a Prony retardation analysis in the frequency domain.
Public methodStatic memberPronyRetardationTimeDomain Starts a Prony retardation analysis in the time domain.
Public methodStatic memberSavitzkyGolay(SavitzkyGolayParameters, DataColumn) Applies a Savitzky-Golay filter to a Y column.
Public methodStatic memberSavitzkyGolay(SavitzkyGolayParameters, DataColumn, DataColumn) Applies a Savitzky-Golay filter to a Y column using an optional X column.
Public methodStatic memberSavitzkyGolayFiltering Starts Savitzky-Golay filtering for the selected column.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also