| |
Name |
Description |
|
AddPoint
|
Overloaded. Adds a point to the Curve. Curve must be unfinished. (inherited from Curve) |
|
AddPointSilent
|
Add a point without raising the NewPoint event (inherited from Curve) |
|
CalculateConcentration
|
Overloaded. Calculate concentration |
|
CalculateSlope
|
Calculate the slope between two points (inherited from Curve) |
|
ClearPeaks
|
Removes all found peaks for this curve. (inherited from Curve) |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
FindNearestX
|
Find the index of the X point nearest to p (inherited from Curve) |
|
FindPeaks
|
Overloaded. Find peaks in this curve. (inherited from Curve) |
|
FindPeaksCV
|
Find peaks in a CV curve in two directions (inherited from Curve) |
|
Finish
|
Finishes or closes the curve. (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
|
Indicates direction of Y axis for this curve (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. Calculate linear line parameters for this curve between two indexes y = offset + slope * x (inherited from Curve) |
|
Smooth
|
Smoothes the curve using one of the following smoothlevels: - 0 = no smooth
- 1 = 5 points
- 2 = 9 points
- 3 = 15 points
- 4 = 24 points
(inherited from Curve) |
|
ToString
|
Returns title of this Curve. (inherited from Curve) |