C# 클래스 YAMP.VisualizationFunction

The visualization function is a special kind of system function, which takes care of the given plot (setting it as "LastPlot").
상속: SystemFunction
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
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.

메소드 상세

Perform() 공개 메소드

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

VisualizationFunction() 공개 메소드

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