The CalibrationCurve type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CalibrationCurve | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddPoint | Overloaded. | |
| AddPointSilent |
Add a point without raising the NewPoint event
(Inherited from Curve.) | |
| CalculateConcentration | Overloaded. | |
| CalculateSlope |
Calculate the slope between two points
(Inherited from Curve.) | |
| ClearPeaks | Obsolete.
Removes all found peaks for this curve.
(Inherited from Curve.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FindNearestX |
Find the index of the X point nearest to p
(Inherited from Curve.) | |
| FindNearestXCV |
Find the index of the X point nearest to p between a minimum and maximum index
(Inherited from Curve.) | |
| FindPeaks | Overloaded. | |
| FindPeaksCV |
Find peaks in a CV curve in two directions
(Inherited from Curve.) | |
| Finish | Finishes or closes the curve. (Inherited from Curve.) | |
| get_CurrentRange | (Inherited from Curve.) | |
| get_CurrentStatus |
Obtain the current status for the specified index
(Inherited from Curve.) | |
| get_X |
Returns the X value that corresponds with the given index.
(Inherited from Curve.) | |
| get_XDirection |
Indicates direction of X data points for this curve
(Inherited from Curve.) | |
| get_Y |
Returns the Y value that corresponds with the given index.
(Inherited from Curve.) | |
| get_YDirection | (Inherited from Curve.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsCompatible | Check whether two curves are compatible - i.e. can be drawn in the same plot (Inherited from Curve.) | |
| LLS | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Smooth | Smoothes the curve using one of the following smoothlevels:
(Inherited from Curve.)
| |
| ToString | Returns title of this Curve. (Inherited from Curve.) |
Fields
| Name | Description | |
|---|---|---|
| CorrCoef |
Correlation Coefficient
| |
| IgnorePoints |
Number of points at the start of the curve to ignore.
(Inherited from Curve.) | |
| Offset |
Offset of calibration curve (in (x+Offset)*Slope)
| |
| Peaks |
List of peaks found in this curve.
(Inherited from Curve.) | |
| Slope |
Slope of calibration curve (in (x+Offset)*Slope)
| |
| Title | The title of the Curve. Is 'Curve' by default. (Inherited from Curve.) | |
| XUnit |
Unit for X Axis
(Inherited from Curve.) | |
| YDirection |
Indicates direction of Y axis for this curve
(Inherited from Curve.) | |
| YUnit |
Unit for Y axis
(Inherited from Curve.) |
Properties
| Name | Description | |
|---|---|---|
| isFinished | Is true if a Curve is 'finished'. This means that smoothing or peak searching can be applied. (Inherited from Curve.) | |
| MaxX | Maximum X value (Inherited from Curve.) | |
| MaxY | Maximum Y value found in this Curve. (Inherited from Curve.) | |
| MinX | Minimum X value found in this Curve. (Inherited from Curve.) | |
| MinY | Minimum Y value found in this Curve. (Inherited from Curve.) | |
| nOverloads | Returns the number of current overloads found during measurement. (Inherited from Curve.) | |
| nPoints | Returns number of points in this Curve. (Inherited from Curve.) | |
| nUnderloads | Returns the number of current underloads found during measurement. (Inherited from Curve.) |
Events
| Name | Description | |
|---|---|---|
| Finished |
Raised when the curve is finished.
(Inherited from Curve.) | |
| NewCurvePoint | This event is raised everytime a point is added to the curve class. (Inherited from Curve.) | |
| Overload |
Event raised when an overload is received
(Inherited from Curve.) | |
| Underload |
Event raised when an underload is received
(Inherited from Curve.) |