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

상속: Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.FunctionExpression
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

보호된 프로퍼티들

프로퍼티 타입 설명
Count int[]
Length int[]
PartitionUtil Tup.Cobar4Net.Route.Util.PartitionUtil

공개 메소드들

메소드 설명
Init ( ) : void

보호된 메소드들

메소드 설명
EvaluationInternal ( object>.IDictionary parameters ) : object
PartitionFunction ( string functionName, IList arguments ) : System
PartitionIndex ( long hash ) : int

비공개 메소드들

메소드 설명
ToIntArray ( string @string ) : int[]

메소드 상세

EvaluationInternal() 보호된 추상적인 메소드

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

Init() 공개 메소드

public Init ( ) : void
리턴 void

PartitionFunction() 보호된 메소드

protected PartitionFunction ( string functionName, IList arguments ) : System
functionName string
arguments IList
리턴 System

PartitionIndex() 보호된 메소드

protected PartitionIndex ( long hash ) : int
hash long
리턴 int

프로퍼티 상세

Count 보호되어 있는 프로퍼티

protected int[] Count
리턴 int[]

Length 보호되어 있는 프로퍼티

protected int[] Length
리턴 int[]

PartitionUtil 보호되어 있는 프로퍼티

protected PartitionUtil,Tup.Cobar4Net.Route.Util PartitionUtil
리턴 Tup.Cobar4Net.Route.Util.PartitionUtil