Click or drag to resize

EnsembleAuxiliaryDataCompound Class

Represents a named compound auxiliary value consisting of multiple auxiliary data items.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.EnsembleProcessingEnsembleAuxiliaryDataCompound

Namespace: Altaxo.Science.Spectroscopy.EnsembleProcessing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class EnsembleAuxiliaryDataCompound : IEnsembleProcessingAuxiliaryData, 
	IImmutable, IEquatable<EnsembleAuxiliaryDataCompound>

The EnsembleAuxiliaryDataCompound type exposes the following members.

Constructors
 NameDescription
Public methodEnsembleAuxiliaryDataCompoundInitializes a new instance of the EnsembleAuxiliaryDataCompound class
Top
Properties
 NameDescription
Public propertyName Gets the name of the data, for instance "Ensemble Mean".
Public propertyValues Gets the contained auxiliary data items.
Top
Methods
 NameDescription
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also