C# Class Tup.Cobar4Net.Route.Function.PartitionFunction

Inheritance: Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.FunctionExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Protected Properties

Свойство Type Description
Count int[]
Length int[]
PartitionUtil Tup.Cobar4Net.Route.Util.PartitionUtil

Méthodes publiques

Méthode Description
Init ( ) : void

Méthodes protégées

Méthode Description
EvaluationInternal ( object>.IDictionary parameters ) : object
PartitionFunction ( string functionName, IList arguments ) : System
PartitionIndex ( long hash ) : int

Private Methods

Méthode Description
ToIntArray ( string @string ) : int[]

Method Details

EvaluationInternal() protected abstract méthode

protected abstract EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

Init() public méthode

public Init ( ) : void
Résultat void

PartitionFunction() protected méthode

protected PartitionFunction ( string functionName, IList arguments ) : System
functionName string
arguments IList
Résultat System

PartitionIndex() protected méthode

protected PartitionIndex ( long hash ) : int
hash long
Résultat int

Property Details

Count protected_oe property

protected int[] Count
Résultat int[]

Length protected_oe property

protected int[] Length
Résultat int[]

PartitionUtil protected_oe property

protected PartitionUtil,Tup.Cobar4Net.Route.Util PartitionUtil
Résultat Tup.Cobar4Net.Route.Util.PartitionUtil