C# Class YAMP.PolarPlotValue.PointPair

Represents one point in the polar plot.
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Angle double
Magnitude double

Property Details

Angle public_oe property

The angle (x coordinate) of the point.
public double Angle
return double

Magnitude public_oe property

The magintude (absolute value of the y coordinate) at the point.
public double Magnitude
return double