Method for which the number of points can be predicted.
Namespace:
PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Interface INPointsMethod |
| C# |
|---|
| public interface INPointsMethod |
| C++ |
|---|
| interface class INPointsMethod |
| J# |
|---|
| public interface INPointsMethod |
| JScript |
|---|
| public interface INPointsMethod |
Types that implement INPointsMethod
| Type | Description |
|---|
| PalmSens.PotentialMethod | Contains all shared methodparameters of all measurement method classes for measurement vs. potential. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
| PalmSens.TimeMethod | Contains all shared methodparameters of all measurement method classes for measurement vs. time. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
See Also