Namespaces

Types

Type InterpolationMode

Namespace MathNet.Numerics.Interpolation

Parent Enum

Methods

Fields

Public instance methods

int CompareTo(object target)

Parameters
return int
object target

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

TypeCode GetTypeCode()

Parameters
return TypeCode

string ToString()

Parameters
return string

string ToString(IFormatProvider provider)

Parameters
return string
IFormatProvider provider

string ToString(string format, IFormatProvider provider)

Parameters
return string
string format
IFormatProvider provider

string ToString(string format)

Parameters
return string
string format

Public fields

int value__

return int

InterpolationMode ExpectNoPoles

Polynomial Interpolation
return InterpolationMode

InterpolationMode ExpectPoles

Rational Interpolation
return InterpolationMode

InterpolationMode Smooth

Cubic Spline Interpolation
return InterpolationMode