Namespaces

Types in MathNet.Numerics.IntegralTransforms

Type HartleyOptions

Namespace MathNet.Numerics.IntegralTransforms

Parent Enum

Hartley 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

HartleyOptions AsymmetricScaling

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

HartleyOptions NoScaling

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

HartleyOptions Default

Universal; Symmetric scaling.
return HartleyOptions