C# 클래스 Grasp.Calculation

The unit of logic in a schema
파일 보기 프로젝트 열기: bwatts/Grasp 1 사용 예제들

공개 메소드들

메소드 설명
Calculation ( Variable outputVariable, Expression expression ) : System

Initializes a calculation with the specified output variable and expression

ToString ( ) : string

Gets a textual representation of this calculation

메소드 상세

Calculation() 공개 메소드

Initializes a calculation with the specified output variable and expression
public Calculation ( Variable outputVariable, Expression expression ) : System
outputVariable Variable The variable to which the output of this calculation is assigned
expression System.Linq.Expressions.Expression The expression tree which defines the body of this calculation
리턴 System

ToString() 공개 메소드

Gets a textual representation of this calculation
public ToString ( ) : string
리턴 string