프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddPoints ( |
Adds points given by a matrix. Vector ? x Values will be generated Matrix ? Investigates which dimension is bigger and takes the larger one as values, the lighter one as series. In a matrix the first series is always excluded and represents the x values.
|
|
AddPoints ( |
Adds points with 2 different matrices. If x is a vector then it will represent the x values for different series that are present in y. Otherwise both matrices are interpreted as "stand-alone" and will be just added to the AddPoints that take 1 matrix.
|
|
AddValues ( double _x, double _y ) : void | ||
Deserialize ( byte content ) : |
Converts a set of bytes to a new instance.
|
|
Normalize ( double x, double max ) : void | ||
PolarPlotValue ( ) : System |
Creates a new instance.
|
|
Serialize ( ) : byte[] |
Converts the given instance to an array of bytes.
|
|
this ( int index, int point ) : PointPair |
Gets a certain point of the specified series.
|
|
this ( int index ) : Points |
Gets the series at the specified index.
|
public AddPoints ( |
||
m | The matrix with the (multiple) series. | |
리턴 | void |
public AddPoints ( |
||
x | The first matrix, usually a vector (set of x values). | |
y | The second matrix, usually a set of y series (each series is a set of y values). | |
리턴 | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
리턴 |
public this ( int index, int point ) : PointPair | ||
index | int | The 0-based index of the series. |
point | int | The 0-based index of the point. |
리턴 | PointPair |
public this ( int index ) : Points |
||
index | int | The 0-based index of the series. |
리턴 | Points |