Method | Description | |
---|---|---|
Bind ( ) : Function | ||
Clone ( ) : Function | ||
Create ( Function num, Function denom ) : Function | ||
Differentiate ( |
||
Divide ( Function f ) : Function | ||
Equals ( object obj ) : bool | ||
Fraction ( Function num, Function denom ) : System | ||
GetComplexPart ( Function &re, Function &im ) : void | ||
GetHashCode ( ) : int | ||
GetValue ( ) : |
||
GetVariableList ( ) : System.Collections.ArrayList | ||
Multiply ( Function f ) : Function | ||
Optimize ( ) : Function | ||
ToString ( ) : string |
public static Create ( Function num, Function denom ) : Function | ||
num | Function | |
denom | Function | |
return | Function |
public Differentiate ( |
||
x | ||
return | Function |
public Fraction ( Function num, Function denom ) : System | ||
num | Function | |
denom | Function | |
return | System |
public GetComplexPart ( Function &re, Function &im ) : void | ||
re | Function | |
im | Function | |
return | void |
public GetVariableList ( ) : System.Collections.ArrayList | ||
return | System.Collections.ArrayList |