C# Class Algorithmix.Visualizer

Show file Open project: Algorithmix/Papyrus

Public Properties

Property Type Description
Log Logger

Public Methods

Method Description
Plot ( double yy, String title ) : void
Plot ( double xx, double yy, String title ) : void
Plot ( double xx, double yy, int xMin, int xMax, int yMin, int yMax, String title ) : void
Plot ( int yy, String title ) : void

Method Details

Plot() public static method

public static Plot ( double yy, String title ) : void
yy double
title String
return void

Plot() public static method

public static Plot ( double xx, double yy, String title ) : void
xx double
yy double
title String
return void

Plot() public static method

public static Plot ( double xx, double yy, int xMin, int xMax, int yMin, int yMax, String title ) : void
xx double
yy double
xMin int
xMax int
yMin int
yMax int
title String
return void

Plot() public static method

public static Plot ( int yy, String title ) : void
yy int
title String
return void

Property Details

Log public static property

public static Logger Log
return Logger