Click or drag to resize

SNIP_LogLog Methods

The SNIP_LogLog type exposes the following members.

Methods
 NameDescription
Protected methodEvaluateBaselineWithConstantHalfWidth Executes the algorithm to find the baseline with the provided spectrum. This method is specialized for (almost) equally spaced x-values, thus the half width can be given in points.
(Inherited from SNIP_Base)
Protected methodEvaluateBaselineWithLocalHalfWidth Executes the algorithm with the provided spectrum. This method is specialized for not equally spaced x-values, and the half width given in x-units. The half width in points is calculated for each point individually.
(Inherited from SNIP_Base)
Public methodExecute(Double, Double, Int32)
(Inherited from SNIP_Base)
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Executes the algorithm with the provided spectrum.
(Overrides SNIP_BaseExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble))
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)
Public methodToString
(Overrides SNIP_Base.ToString)
Top
See Also