Method |
Description |
|
Add ( Function f ) : Function |
|
|
Bind ( ) : Function |
|
|
Clone ( ) : Function |
|
|
Constant ( ) : System |
|
|
Constant ( ValueType val ) : System |
|
|
Differentiate ( Variable x ) : Function |
|
|
Divide ( Function f ) : Function |
|
|
Equals ( object obj ) : bool |
|
|
GetComplexPart ( Function &re, Function &im ) : void |
|
|
GetHashCode ( ) : int |
|
|
GetValue ( ) : ValueType |
|
|
GetVariableList ( ) : System.Collections.ArrayList |
|
|
Multiply ( Function f ) : Function |
|
|
Negate ( ) : Function |
|
|
Subtract ( Function f ) : Function |
|
|
ToString ( ) : string |
|
|