Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub Draw( _ ByVal m As ICalibrationMethod, _ ByVal c As Curve _ ) |
| C# |
|---|
| public void Draw( ICalibrationMethod m, Curve c ) |
| C++ |
|---|
| public: void Draw( ICalibrationMethod m, Curve c ) sealed |
| J# |
|---|
| public void Draw( ICalibrationMethod m, Curve c ) |
| JScript |
|---|
| public
function Draw( m : ICalibrationMethod, c : Curve ) |
Parameters
- m
Missing <param name="m"> tag for "M:PalmSens.Plot.CalibrationModel.Draw(PalmSens.ICalibrationMethod,PalmSens.Curve)"
- c
Missing <param name="c"> tag for "M:PalmSens.Plot.CalibrationModel.Draw(PalmSens.ICalibrationMethod,PalmSens.Curve)"