Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddPoints ( |
Adds the series in form of a matrix.
|
|
AddPoints ( |
Adds three vectors which represent X, Y and the values.
|
|
AddValues ( double _x, double _y, double _z ) : void | ||
ContourPlotValue ( ) : System |
Creates a new instance.
|
|
Deserialize ( byte content ) : |
Converts a set of bytes to a new instance.
|
|
Serialize ( ) : byte[] |
Converts the given instance to an array of bytes.
|
|
SetLevels ( |
Sets the levels to the given values.
|
|
SetLevels ( double zmin, double zmax, int n ) : void |
Sets the n levels within zmin and zmax.
|
|
SetLevels ( int n ) : void |
Sets the levels automatically.
|
|
this ( int index, int point ) : ContourPoint |
Gets a certain point of the specified series.
|
|
this ( int index ) : Points |
Gets the series at the specified index.
|
public AddPoints ( |
||
M | The matrix which contains the values. | |
Résultat | void |
public AddPoints ( |
||
X | A vector with the x values. | |
Y | A vector with the y values. | |
Z | A matrix with the x times y values for z. | |
Résultat | void |
public AddValues ( double _x, double _y, double _z ) : void | ||
_x | double | |
_y | double | |
_z | double | |
Résultat | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
Résultat |
public SetLevels ( |
||
v | A vector with the various levels. | |
Résultat | void |
public SetLevels ( double zmin, double zmax, int n ) : void | ||
zmin | double | The lowest level. |
zmax | double | The highest level. |
n | int | The number of levels (at least 2). |
Résultat | void |
public SetLevels ( int n ) : void | ||
n | int | The number of levels to set. |
Résultat | void |
public this ( int index, int point ) : ContourPoint | ||
index | int | The 0-based index of the series. |
point | int | The 0-based index of the point. |
Résultat | ContourPoint |
public this ( int index ) : Points |
||
index | int | The 0-based index of the series. |
Résultat | Points |