C# 클래스 Tup.Cobar4Net.Route.Function.PartitionByLong

상속: PartitionFunction, IRuleAlgorithm
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Calculate ( object>.IDictionary parameters ) : System.Number[]
ConstructFunction ( IList arguments ) : FunctionExpression
ConstructMe ( ) : IRuleAlgorithm
Initialize ( ) : void
PartitionByLong ( string functionName ) : System
PartitionByLong ( string functionName, IList arguments ) : System

보호된 메소드들

메소드 설명
EvaluationInternal ( object>.IDictionary parameters ) : object

메소드 상세

Calculate() 공개 메소드

public Calculate ( object>.IDictionary parameters ) : System.Number[]
parameters object>.IDictionary
리턴 System.Number[]

ConstructFunction() 공개 메소드

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
리턴 Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.FunctionExpression

ConstructMe() 공개 메소드

public ConstructMe ( ) : IRuleAlgorithm
리턴 IRuleAlgorithm

EvaluationInternal() 보호된 메소드

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
리턴 object

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

PartitionByLong() 공개 메소드

public PartitionByLong ( string functionName ) : System
functionName string
리턴 System

PartitionByLong() 공개 메소드

public PartitionByLong ( string functionName, IList arguments ) : System
functionName string
arguments IList
리턴 System