Normalization |
public class NormalizationMinMaxInRange : INormalization, ISingleSpectrumPreprocessor, IEquatable<NormalizationMinMaxInRange>
The NormalizationMinMaxInRange type exposes the following members.
Name | Description | |
---|---|---|
NormalizationMinMaxInRange | Initializes a new instance of the NormalizationMinMaxInRange class |
Name | Description | |
---|---|---|
MaximalValue | Gets the maximal value x-value (inclusive) of the range of the spectrum, which is used to determine the minimal and maximal y-values used for normalization. | |
MinimalValue | Gets the minimal value x-value (inclusive) of the range of the spectrum, which is used to determine the minimal and maximal y-values used for normalization. |
Name | Description | |
---|---|---|
Execute | Executes the processor. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |