Méthode | Description | |
---|---|---|
Run ( ) : void |
Méthode | Description | |
---|---|---|
F ( int x ) : void | ||
F ( string x ) : void | ||
G ( int x ) : void | ||
H ( ) : int | ||
H ( ) : string | ||
WriteTypeAndValue ( double x ) : void |
型名と値を出力する(double 版)。
|
|
WriteTypeAndValue ( int n ) : void |
型名と値を出力する(int 版)。
|
|
WriteTypeAndValue ( string s ) : void |
型名と値を出力する(string 版)。
|