C# Class YAMP.ContourPlotValue.ContourPoint

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

Public Properties

Property Type Description
Magnitude double
X double
Y double

Property Details

Magnitude public_oe property

The magnitude.
public double Magnitude
return double

X public_oe property

The x value.
public double X
return double

Y public_oe property

The y value.
public double Y
return double