Returns the Y of the peak.
Namespace:
PalmSensAssembly: PalmSens (in PalmSens.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public float PeakY { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PeakY As Single |
| Visual C++ |
|---|
public: virtual property float PeakY { float get () sealed; } |