C# Class YAMP.ContourPlotValue.ContourPoint

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

Public Properties

Property Type Description
Magnitude double
X double
Y double

Property Details

Magnitude public property

The magnitude.
public double Magnitude
return double

X public property

The x value.
public double X
return double

Y public property

The y value.
public double Y
return double