Click or drag to resize

RealFourierTransformation2DOptions Properties

The RealFourierTransformation2DOptions type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public propertyCenterResult Gets or sets a value indicating whether the result is centered.
Public propertyColumnIncrementMessage Gets or sets the message describing the column increment.
Public propertyColumnIncrementValue Gets or sets the column increment value.
Public propertyDataPretreatmentCorrectionOrder Gets or sets the data-pretreatment correction order.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyFourierWindow Gets or sets the Fourier window.
Public propertyFrequencyColumnHeaderColumnName Gets or sets the name of the frequency column header column.
Public propertyFrequencyRowHeaderColumnName Gets or sets the name of the frequency row header column.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsSomeoneListeningToChanges Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyIsUserDefinedColumnIncrementValue Gets or sets a value indicating whether the column increment value was defined by the user.
Public propertyIsUserDefinedRowIncrementValue Gets or sets a value indicating whether the row increment value was defined by the user.
Public propertyName Gets the name of this document node. Null is returned if the name is not set or unknown. The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase)
Public propertyOutputFrequencyHeaderColumns Gets or sets a value indicating whether frequency header columns are output.
Public propertyOutputKind Gets or sets the output kind.
Public propertyOutputPeriodHeaderColumns Gets or sets a value indicating whether period header columns are output.
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyPeriodColumnHeaderColumnName Gets or sets the name of the period column header column.
Public propertyPeriodRowHeaderColumnName Gets or sets the name of the period row header column.
Public propertyReplacementValueForInfiniteMatrixElements Gets or sets the replacement value for infinite matrix elements.
Public propertyReplacementValueForNaNMatrixElements Gets or sets the replacement value for NaN matrix elements.
Public propertyResultingFractionOfColumnsUsed Gets or sets the resulting fraction of columns used in the transformation. Value must be between 0 and 1.
Public propertyResultingFractionOfRowsUsed Gets or sets the resulting fraction of rows used in the transformation. Value must be between 0 and 1.
Public propertyRowIncrementMessage Gets or sets the message describing the row increment.
Public propertyRowIncrementValue Gets or sets the row increment value.
Top
See Also