Namespaces

Types

Type HartleyOptions

Namespace MathNet.Numerics.IntegralTransforms

Parent Enum

Hartley Transform Convention

Methods

Fields

Public instance methods

int CompareTo(object target)

Parameters
return int
object target

TypeCode GetTypeCode()

Parameters
return TypeCode

string ToString(string format)

A string representation of this complex number.
Parameters
return string The string representation of this complex number formatted as specified by the format string.
string format A format specification.

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