C# Class CoreNodeModels.Input.DoubleInput.OneNumber

Inheritance: IDoubleSequence
Afficher le fichier Open project: DynamoDS/Dynamo

Méthodes publiques

Méthode Description
GetAstNode ( AssociativeNode>.Dictionary idLookup ) : ProtoCore.AST.AssociativeAST.AssociativeNode
GetFSchemeValue ( double>.Dictionary idLookup ) : object
GetValue ( double>.Dictionary idLookup ) : IEnumerable
OneNumber ( IDoubleInputToken t, ConversionDelegate convertToken ) : System

Method Details

GetAstNode() public méthode

public GetAstNode ( AssociativeNode>.Dictionary idLookup ) : ProtoCore.AST.AssociativeAST.AssociativeNode
idLookup AssociativeNode>.Dictionary
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode

GetFSchemeValue() public méthode

public GetFSchemeValue ( double>.Dictionary idLookup ) : object
idLookup double>.Dictionary
Résultat object

GetValue() public méthode

public GetValue ( double>.Dictionary idLookup ) : IEnumerable
idLookup double>.Dictionary
Résultat IEnumerable

OneNumber() public méthode

public OneNumber ( IDoubleInputToken t, ConversionDelegate convertToken ) : System
t IDoubleInputToken
convertToken ConversionDelegate
Résultat System