C# Класс YAMP.PolarPlotValue.PointPair

Represents one point in the polar plot.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Angle double
Magnitude double

Описание свойств

Angle публичное свойство

The angle (x coordinate) of the point.
public double Angle
Результат double

Magnitude публичное свойство

The magintude (absolute value of the y coordinate) at the point.
public double Magnitude
Результат double