C# 클래스 Algorithmix.Visualizer

파일 보기 프로젝트 열기: Algorithmix/Papyrus

공개 프로퍼티들

프로퍼티 타입 설명
Log Logger

공개 메소드들

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

메소드 상세

Plot() 공개 정적인 메소드

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

Plot() 공개 정적인 메소드

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

Plot() 공개 정적인 메소드

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
리턴 void

Plot() 공개 정적인 메소드

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

프로퍼티 상세

Log 공개적으로 정적으로 프로퍼티

public static Logger Log
리턴 Logger