Click or drag to resize

CroppingByIndices Class

Does cropping of a spectrum by indices.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.CroppingCroppingByIndices

Namespace: Altaxo.Science.Spectroscopy.Cropping
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class CroppingByIndices : ICropping, 
	ISingleSpectrumPreprocessor, IEquatable<CroppingByIndices>

The CroppingByIndices type exposes the following members.

Constructors
 NameDescription
Public methodCroppingByIndicesInitializes a new instance of the CroppingByIndices class
Top
Properties
 NameDescription
Public propertyMaximalIndex Gets the end index (inclusive) of the cropping region.
Public propertyMinimalIndex Gets the starting index of the cropping region.
Top
Methods
 NameDescription
Public methodExecute 
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 methodGetCroppedRegions Gets the cropped regions.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also