C# Class YAMP.HeatmapPlotValue.HeatPoint

Represents one point in the heatmap.
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Свойство Type Description
Column int
Magnitude double
Row int

Property Details

Column public_oe property

Gets the column index.
public int Column
Résultat int

Magnitude public_oe property

Gets the magnitude (0..1) of this entry.
public double Magnitude
Résultat double

Row public_oe property

Gets the row index.
public int Row
Résultat int