This class contains all data of a single curve.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class Curve
C#
public class Curve
C++
ref class Curve
J#
public class Curve
JScript
public class Curve

Inheritance Hierarchy

System.Object
   PalmSens.Curve
      PalmSens.CalibrationCurve

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also