Namespaces

Types

Type InterpolationSingleDimension

Namespace MathNet.Numerics.Interpolation

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

double Evaluate(double t)

Interpolate at point t.
Parameters
return double
double t

double Evaluate(double t, Double& errorEstimation)

Parameters
return double
double t
Double& errorEstimation

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

bool SupportErrorEstimation get;

True if the selected algorithm supports error estimation.
return bool