C# Class fitSharp.Fit.Operators.WrapDefault

Inheritance: CellOperator, WrapOperator
Show file Open project: jediwhale/fitsharp

Public Methods

Method Description
CanWrap ( TypedValue result ) : bool
Wrap ( TypedValue result ) : TypedValue

Private Methods

Method Description
MakeInterpreter ( string fixtureName, Type parameterType, object parameter ) : TypedValue

Method Details

CanWrap() public method

public CanWrap ( TypedValue result ) : bool
result TypedValue
return bool

Wrap() public method

public Wrap ( TypedValue result ) : TypedValue
result TypedValue
return TypedValue