Click or drag to resize

EnsembleAuxiliaryDataVector Class

Represents a named vector auxiliary value produced during ensemble processing.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.EnsembleProcessingEnsembleAuxiliaryDataVector

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

The EnsembleAuxiliaryDataVector type exposes the following members.

Constructors
 NameDescription
Public methodEnsembleAuxiliaryDataVectorInitializes a new instance of the EnsembleAuxiliaryDataVector class
Top
Properties
 NameDescription
Public propertyName Gets the name of the data, for instance "Ensemble Mean".
Public propertyValue Gets the vector values.
Public propertyVectorType Gets the type of the vector.
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