Click or drag to resize

EnsembleAuxiliaryDataScalar Class

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

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

The EnsembleAuxiliaryDataScalar type exposes the following members.

Constructors
 NameDescription
Public methodEnsembleAuxiliaryDataScalarInitializes a new instance of the EnsembleAuxiliaryDataScalar class
Top
Properties
 NameDescription
Public propertyName Gets the name of the data, for instance "Ensemble Mean".
Public propertyValue Gets the scalar value.
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