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
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode 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 méthode

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

VisualizationFunction() public méthode

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