Begin potential (used for equilibration)
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Property BeginPotential As Single |
| C# |
|---|
| public abstract float BeginPotential { get; set; } |
| C++ |
|---|
| public abstract property float BeginPotential abstract { float get(); void set(float value); } |
| J# |
|---|
| /** property */ public float get_BeginPotential(); /** property */ public void set_BeginPotential(float value); |
| JScript |
|---|
| public function get BeginPotential() : float public function set BeginPotential(value : float); |
Property Value
Missing <value> tag for "P:PalmSens.Method.BeginPotential"