C# Class YAMP.ErrorPlotValue.ErrorPointPair

Represents an error point.
Show file Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
X double
Xerr double
Y double
Yerr double

Property Details

X public property

The x value.
public double X
return double

Xerr public property

The x error.
public double Xerr
return double

Y public property

The y value.
public double Y
return double

Yerr public property

The y error.
public double Yerr
return double