Метод | Описание | |
---|---|---|
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 |
public Eval ( string var, string expr ) : Result | ||
var | string | |
expr | string | |
Результат | Result |
public Open ( String filename, System.IO.FileType filetype ) : void | ||
filename | String | |
filetype | System.IO.FileType | |
Результат | void |
public Open ( string ctl_directory, string ctl_prefix, System.DateTime time ) : void | ||
ctl_directory | string | |
ctl_prefix | string | |
time | System.DateTime | |
Результат | void |
public PrintImage ( int xsize, int ysize, bool white ) : Result | ||
xsize | int | |
ysize | int | |
white | bool | |
Результат | Result |
public static RandFilename ( String prefix, String suffix ) : String | ||
prefix | String | |
suffix | String | |
Результат | String |
public Set ( String what, String how ) : Result | ||
what | String | |
how | String | |
Результат | Result |