Свойство | Type | Description | |
---|---|---|---|
ClassName | string | ||
FuncDerivativeName | string | ||
FuncName | string | ||
NamespaceName | string | ||
TypesReferences | MethodReference>.Dictionary |
Méthode | Description | |
---|---|---|
CompileFuncAndDerivativeInMemory ( string expression, string variable, string name = "" ) : byte[] | ||
CompileFuncAndDerivativeToFile ( string expression, string variable, string fileName = "" ) : void | ||
CompileFuncAndDerivativeToFile ( string expression, string variable, string filePath = "", string name = "" ) : void | ||
Init ( string fileName = "MathFuncLib.dll" ) : void | ||
MathFuncAssemblyCecil ( string namespaceName = "MathFuncLib", string className = "MathFunc" ) : System | ||
SaveToBytes ( ) : byte[] | ||
SaveToFile ( string path = "", string fileName = "" ) : void |
Méthode | Description | |
---|---|---|
CompileFuncAndDerivative ( string expression, string variable, string name = "" ) : void | ||
ImportMath ( |
public CompileFuncAndDerivativeInMemory ( string expression, string variable, string name = "" ) : byte[] | ||
expression | string | |
variable | string | |
name | string | |
Résultat | byte[] |
public CompileFuncAndDerivativeToFile ( string expression, string variable, string fileName = "" ) : void | ||
expression | string | |
variable | string | |
fileName | string | |
Résultat | void |
public CompileFuncAndDerivativeToFile ( string expression, string variable, string filePath = "", string name = "" ) : void | ||
expression | string | |
variable | string | |
filePath | string | |
name | string | |
Résultat | void |
public Init ( string fileName = "MathFuncLib.dll" ) : void | ||
fileName | string | |
Résultat | void |
public MathFuncAssemblyCecil ( string namespaceName = "MathFuncLib", string className = "MathFunc" ) : System | ||
namespaceName | string | |
className | string | |
Résultat | System |
public SaveToFile ( string path = "", string fileName = "" ) : void | ||
path | string | |
fileName | string | |
Résultat | void |