C# Class fitSharp.Fit.Operators.WrapDefault

Inheritance: CellOperator, WrapOperator
Afficher le fichier Open project: jediwhale/fitsharp

Méthodes publiques

Méthode Description
CanWrap ( TypedValue result ) : bool
Wrap ( TypedValue result ) : TypedValue

Private Methods

Méthode Description
MakeInterpreter ( string fixtureName, Type parameterType, object parameter ) : TypedValue

Method Details

CanWrap() public méthode

public CanWrap ( TypedValue result ) : bool
result TypedValue
Résultat bool

Wrap() public méthode

public Wrap ( TypedValue result ) : TypedValue
result TypedValue
Résultat TypedValue