Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddPoints ( |
Inspects the given matrix and sets the series to this matrix M.
|
|
Deserialize ( byte content ) : |
Converts a set of bytes to a new instance.
|
|
HeatmapPlotValue ( ) : System |
Creates a new instance.
|
|
Serialize ( ) : byte[] |
Converts the given instance to an array of bytes.
|
|
this ( int index, int point ) : HeatPoint |
Gets one particular point of a heatmap series (we only have 1 heatmap series!).
|
|
this ( int index ) : Points |
Gets a series of HeatPoints (here we have only 1 series).
|
public AddPoints ( |
||
M | The matrix to investigate. | |
Résultat | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
Résultat |
public this ( int index, int point ) : HeatPoint | ||
index | int | Obsolete since we only have 1 series. |
point | int | The point to get (0.. N - 1, where N is the number of points). |
Résultat | HeatPoint |
public this ( int index ) : Points |
||
index | int | Obsolete (always returns the same). |
Résultat | Points |