C# 클래스 GradsSharp.Grads

Summary description for Grads
파일 보기 프로젝트 열기: cjg/gradssharp 1 사용 예제들

공개 메소드들

메소드 설명
Amean ( string var ) : double
Clear ( ) : void
Display ( String expr ) : Result
Draw ( String opt ) : void
DrawColorBar ( ) : Result
DrawMap ( ) : Result
Eval ( string var, string expr ) : Result
Grads ( ) : System
MapOff ( ) : Result
Open ( String filename, System.IO.FileType filetype ) : void
Open ( string ctl_directory, string ctl_prefix, System.DateTime time ) : void
PrintImage ( int xsize, int ysize, bool white ) : Result
Query ( String opt ) : Result
Quit ( ) : void
RandFilename ( String prefix, String suffix ) : String
Set ( String what, String how ) : Result
Tell ( string command ) : Result

메소드 상세

Amean() 공개 메소드

public Amean ( string var ) : double
var string
리턴 double

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Display() 공개 메소드

public Display ( String expr ) : Result
expr String
리턴 Result

Draw() 공개 메소드

public Draw ( String opt ) : void
opt String
리턴 void

DrawColorBar() 공개 메소드

public DrawColorBar ( ) : Result
리턴 Result

DrawMap() 공개 메소드

public DrawMap ( ) : Result
리턴 Result

Eval() 공개 메소드

public Eval ( string var, string expr ) : Result
var string
expr string
리턴 Result

Grads() 공개 메소드

public Grads ( ) : System
리턴 System

MapOff() 공개 메소드

public MapOff ( ) : Result
리턴 Result

Open() 공개 메소드

public Open ( String filename, System.IO.FileType filetype ) : void
filename String
filetype System.IO.FileType
리턴 void

Open() 공개 메소드

public Open ( string ctl_directory, string ctl_prefix, System.DateTime time ) : void
ctl_directory string
ctl_prefix string
time System.DateTime
리턴 void

PrintImage() 공개 메소드

public PrintImage ( int xsize, int ysize, bool white ) : Result
xsize int
ysize int
white bool
리턴 Result

Query() 공개 메소드

public Query ( String opt ) : Result
opt String
리턴 Result

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

RandFilename() 공개 정적인 메소드

public static RandFilename ( String prefix, String suffix ) : String
prefix String
suffix String
리턴 String

Set() 공개 메소드

public Set ( String what, String how ) : Result
what String
how String
리턴 Result

Tell() 공개 메소드

public Tell ( string command ) : Result
command string
리턴 Result