C# Class YAMP.FplotFunction

Inheritance: VisualizationFunction
ファイルを表示 Open project: FlorianRappl/YAMP

Public Methods

Method Description
FplotFunction ( ParseContext context ) : System

Private Methods

Method Description
Function ( FunctionValue f ) : Plot2DValue
Function ( FunctionValue f, ScalarValue min, ScalarValue max ) : Plot2DValue
Function ( FunctionValue f, ScalarValue min, ScalarValue max, ScalarValue precision ) : Plot2DValue
Plot ( IFunction f, Double minx, Double maxx, Double precision ) : Plot2DValue

Method Details

FplotFunction() public method

public FplotFunction ( ParseContext context ) : System
context ParseContext
return System