Click or drag to resize

ConvertXYVToMatrixDataAndOptions Class

Holds both the data (see DataTableMultipleColumnProxy) and the options (see ConvertXYVToMatrixOptions) to perform the decomposition of a table containing a column with a cycling variable.
Inheritance Hierarchy
SystemObject
  Altaxo.DataConvertXYVToMatrixDataAndOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ConvertXYVToMatrixDataAndOptions : ICloneable

The ConvertXYVToMatrixDataAndOptions type exposes the following members.

Constructors
 NameDescription
Public methodConvertXYVToMatrixDataAndOptionsInitializes a new instance of the ConvertXYVToMatrixDataAndOptions class
Top
Properties
 NameDescription
Public propertyData Holds the data nessessary for decomposing of a table containing a column with a cycling variable.
Public propertyOptions Holds the options nessessary for decomposing of a table containing a column with a cycling variable.
Top
Methods
 NameDescription
Public methodClone Creates a new object that is a copy of the current instance.
Public methodStatic memberEnsureCoherence Tests if the data in data can be used for the DecomposeByColumnContent action.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberColumnVIdentifies all columns which participate in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnXIdentifies the column acting as X-column in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnYIdentifies the column acting as Y-column in the DataTableMultipleColumnProxy instance.
Top
See Also