Class MultipleFourierSeriesInterpolator
Inheritance
System.Object
MultipleFourierSeriesInterpolator
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MultipleFourierSeriesInterpolator : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
XValuesWhereDataHasBeenSpecified
Declaration
public ReadOnlyCollection<double> XValuesWhereDataHasBeenSpecified { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Methods
FourierSeriesFor(Double)
Declaration
public FourierSeries FourierSeriesFor(double xValue)
Parameters
| Type |
Name |
Description |
| System.Double |
xValue |
|
Returns
RemoveFourierSeriesAt(Double)
Declaration
public void RemoveFourierSeriesAt(double xValue)
Parameters
| Type |
Name |
Description |
| System.Double |
xValue |
|
Implements
System.IEquatable<T>
Extension Methods