Method | Description | |
---|---|---|
Add ( Function f ) : Function | ||
Bind ( ) : Function | ||
Clone ( ) : Function | ||
Differentiate ( |
||
Equals ( object obj ) : bool | ||
GetComplexPart ( Function &re, Function &im ) : void | ||
GetHashCode ( ) : int | ||
GetValue ( ) : |
||
GetVariableList ( ) : |
||
Optimize ( ) : Function | 同じ種類の関数ごとに足していった方が最適な構造が得られるため、 関数のリストを一度ソートしてから足しなおす。 あと、定数 0 が混ざってたら消す。 | |
Sum ( ) : System | ||
Sum ( |
||
ToString ( ) : string |
public Differentiate ( |
||
x | ||
return | Function |
public GetComplexPart ( Function &re, Function &im ) : void | ||
re | Function | |
im | Function | |
return | void |
public GetVariableList ( ) : |
||
return |
public Sum ( |
||
functions | ||
return | System |