프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClassName | string | ||
FuncDerivativeName | string | ||
FuncName | string | ||
NamespaceName | string | ||
TypesReferences | MethodReference>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CompileFuncAndDerivative ( string expression, string variable, string name = "" ) : void | ||
ImportMath ( |
public CompileFuncAndDerivativeInMemory ( string expression, string variable, string name = "" ) : byte[] | ||
expression | string | |
variable | string | |
name | string | |
리턴 | byte[] |
public CompileFuncAndDerivativeToFile ( string expression, string variable, string fileName = "" ) : void | ||
expression | string | |
variable | string | |
fileName | string | |
리턴 | void |
public CompileFuncAndDerivativeToFile ( string expression, string variable, string filePath = "", string name = "" ) : void | ||
expression | string | |
variable | string | |
filePath | string | |
name | string | |
리턴 | void |
public MathFuncAssemblyCecil ( string namespaceName = "MathFuncLib", string className = "MathFunc" ) : System | ||
namespaceName | string | |
className | string | |
리턴 | System |
public SaveToFile ( string path = "", string fileName = "" ) : void | ||
path | string | |
fileName | string | |
리턴 | void |