C# Class YAMP.PolarPlotValue.PointPair

Represents one point in the polar plot.
Show file Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Angle double
Magnitude double

Property Details

Angle public property

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

Magnitude public property

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