Метод | Описание | |
---|---|---|
AddGraph ( IGraph other ) : IGraph |
Adds a graph to this graph
|
|
AddSegment ( ISegment segment ) : void |
Adds a new segment
|
|
CountSegments ( ) : int | ||
DisplayValue ( ) : string |
Provides the display value of this value
|
|
DivGraph ( IGraph other ) : IGraph |
Divides this graph values by values of another graph
|
|
Evaluate ( double x ) : double |
Evaluates the function for a given X
|
|
ExpectedEndX ( ) : double |
Provides the last X value where there is some interest to show the graph
|
|
GetSegment ( int i ) : ISegment | ||
Merge ( IGraph subGraph ) : void |
Merges a graph within this one
|
|
Min ( IGraph other ) : IGraph |
Provides the graph of the minimal value between this graph and another graph
|
|
MultGraph ( IGraph other ) : IGraph |
Multiply this graph values of another graph
|
|
Negate ( ) : void |
Negates the values of the curve
|
|
Reduce ( List |
Reduces the graph to the boundaries provided as parameter
|
|
SubstractGraph ( IGraph other ) : IGraph |
Substract a graph from this graph
|
public AddSegment ( ISegment segment ) : void | ||
segment | ISegment | |
Результат | void |
public MultGraph ( IGraph other ) : IGraph | ||
other | IGraph | |
Результат | IGraph |
public SubstractGraph ( IGraph other ) : IGraph | ||
other | IGraph | |
Результат | IGraph |