Class MultipleFourierSeriesInterpolator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MultipleFourierSeriesInterpolator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MultipleFourierSeriesInterpolator : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
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
Type | Description |
---|---|
FourierSeries |
RemoveFourierSeriesAt(Double)
Declaration
public void RemoveFourierSeriesAt(double xValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | xValue |
Implements
System.IEquatable<T>