C# Class Algorithmix.Visualizer

Afficher le fichier Open project: Algorithmix/Papyrus

Méthodes publiques

Свойство Type Description
Log Logger

Méthodes publiques

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

public static Plot ( double yy, String title ) : void
yy double
title String
Résultat void

Plot() public static méthode

public static Plot ( double xx, double yy, String title ) : void
xx double
yy double
title String
Résultat void

Plot() public static méthode

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
Résultat void

Plot() public static méthode

public static Plot ( int yy, String title ) : void
yy int
title String
Résultat void

Property Details

Log public_oe static_oe property

public static Logger Log
Résultat Logger