Method | Description | |
---|---|---|
Abs ( Function f ) : |
||
Acos ( Function f ) : |
||
Asin ( Function f ) : |
||
Atan ( Function f ) : |
||
Atan2 ( Function f, Function g ) : |
||
Bind ( ) : Function | ||
CachedFunction ( Function f ) : System | ||
Clone ( ) : Function | ||
Cos ( Function f ) : |
||
Cosh ( Function f ) : |
||
Equals ( object obj ) : bool | ||
Exp ( Function f ) : |
||
GetComplexPart ( Function &re, Function &im ) : void | ||
GetHashCode ( ) : int | ||
GetValue ( ) : |
||
GetVariableList ( ) : System.Collections.ArrayList | ||
Log ( Function f ) : |
||
Log ( Function f, Function g ) : |
||
Log10 ( Function f ) : |
||
Optimize ( ) : Function | 現状の CachedFunction には Optimize はかからないので、 予め Optimize を掛けてからキャッシュ化するように。 | |
Pow ( Function f, Function g ) : |
||
Sin ( Function f ) : |
||
Sinh ( Function f ) : |
||
Sqrt ( Function f ) : |
||
Tan ( Function f ) : |
||
Tanh ( Function f ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
CachedFunction ( Function f, Cache c ) : System | ||
ParameterEquals ( Parameter a, Parameter b ) : bool |
public static Abs ( Function f ) : |
||
f | Function | |
return |
public static Acos ( Function f ) : |
||
f | Function | |
return |
public static Asin ( Function f ) : |
||
f | Function | |
return |
public static Atan ( Function f ) : |
||
f | Function | |
return |
public static Atan2 ( Function f, Function g ) : |
||
f | Function | |
g | Function | |
return |
public CachedFunction ( Function f ) : System | ||
f | Function | |
return | System |
public static Cos ( Function f ) : |
||
f | Function | |
return |
public static Cosh ( Function f ) : |
||
f | Function | |
return |
public static Exp ( Function f ) : |
||
f | Function | |
return |
public GetComplexPart ( Function &re, Function &im ) : void | ||
re | Function | |
im | Function | |
return | void |
public GetVariableList ( ) : System.Collections.ArrayList | ||
return | System.Collections.ArrayList |
public static Log ( Function f ) : |
||
f | Function | |
return |
public static Log ( Function f, Function g ) : |
||
f | Function | |
g | Function | |
return |
public static Log10 ( Function f ) : |
||
f | Function | |
return |
public static Pow ( Function f, Function g ) : |
||
f | Function | |
g | Function | |
return |
public static Sin ( Function f ) : |
||
f | Function | |
return |
public static Sinh ( Function f ) : |
||
f | Function | |
return |
public static Sqrt ( Function f ) : |
||
f | Function | |
return |
public static Tan ( Function f ) : |
||
f | Function | |
return |
public static Tanh ( Function f ) : |
||
f | Function | |
return |