C# Class YAMP.VisualizationFunction

The visualization function is a special kind of system function, which takes care of the given plot (setting it as "LastPlot").
Inheritance: SystemFunction
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
Perform ( Value argument ) : Value

Performs the function and takes the result (PlotValue) as LastPlot.

VisualizationFunction ( ParseContext context )

Creates a new visualization with the given context.

Method Details

Perform() public method

Performs the function and takes the result (PlotValue) as LastPlot.
public Perform ( Value argument ) : Value
argument Value The argument for invoking the function.
return Value

VisualizationFunction() public method

Creates a new visualization with the given context.
public VisualizationFunction ( ParseContext context )
context ParseContext The given context.