Cropping |
public class CroppingByIndices : ICropping, ISingleSpectrumPreprocessor, IEquatable<CroppingByIndices>
The CroppingByIndices type exposes the following members.
| Name | Description | |
|---|---|---|
| CroppingByIndices | Initializes a new instance of the CroppingByIndices class |
| Name | Description | |
|---|---|---|
| MaximalIndex | Gets the end index (inclusive) of the cropping region. | |
| MinimalIndex | Gets the starting index of the cropping region. |
| Name | Description | |
|---|---|---|
| Execute | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCroppedRegions | Gets the cropped regions. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides ObjectToString) |