Namespaces

Types in MathNet.Numerics.IntegralTransforms

Type FourierOptions

Namespace MathNet.Numerics.IntegralTransforms

Parent Enum

Fourier Transform Convention

Methods

Fields

Public Methods

int CompareTo(object target)

bool Equals(object obj)

int GetHashCode()

Type GetType()

TypeCode GetTypeCode()

bool HasFlag(Enum flag)

string ToString()

string ToString(string format, IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString(String).

string ToString(IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString().

string ToString(string format)

Public fields

int value__

return int

FourierOptions InverseExponent

Inverse integrand exponent (forward: positive sign; inverse: negative sign).
return FourierOptions

FourierOptions AsymmetricScaling

Only scale by 1/N in the inverse direction; No scaling in forward direction.
return FourierOptions

FourierOptions NoScaling

Don't scale at all (neither on forward nor on inverse transformation).
return FourierOptions

FourierOptions Default

Universal; Symmetric scaling and common exponent (used in Maple).
return FourierOptions

FourierOptions Matlab

Only scale by 1/N in the inverse direction; No scaling in forward direction (used in Matlab). [= AsymmetricScaling]
return FourierOptions

FourierOptions NumericalRecipes

Inverse integrand exponent; No scaling at all (used in all Numerical Recipes based implementations). [= InverseExponent | NoScaling]
return FourierOptions