Click or drag to resize

PronySeriesInterpolationBase Methods

The PronySeriesInterpolationBase type exposes the following members.

Methods
 NameDescription
Protected methodDeserializeV0 Deserializes the legacy V0 schema and returns a new options record populated with the loaded data.
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetWorkingXMinMaxNumberOfPoints Determines the working x-range and number of points based on either user-specified bounds or the data.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRetardationWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecade Creates a copy configured for retardation with automatically detected x-range and a given number of Prony terms per decade.
Protected methodSerializeV0 Serializes the current options set by using the legacy V0 schema.
Public methodWithAutomaticXMinimumMaximumAndFixedNumberOfPoints Creates a copy with automatically determined x-range and a fixed number of Prony terms.
Public methodWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints Creates a copy with automatically determined x-range, a user-specified number of points per decade, and a maximum number of Prony terms.
Public methodWithSpecifiedXMinimumMaximumAndFixedNumberOfPoints Creates a copy with a manually specified x-range and a fixed number of Prony terms.
Top
See Also