메소드 | 설명 | |
---|---|---|
Calculation ( |
Initializes a calculation with the specified output variable and expression
|
|
ToString ( ) : string |
Gets a textual representation of this calculation
|
public Calculation ( |
||
outputVariable | The variable to which the output of this calculation is assigned | |
expression | The expression tree which defines the body of this calculation | |
리턴 | System |