Method | Description | |
---|---|---|
Abs ( List |
整数の絶対値を返す
|
|
Absf ( List |
実数の絶対値を返す
|
|
And ( List |
||
Atan ( List |
arctan値を返す
|
|
Bcopy ( string strings ) : string |
ファイルのコピー
|
|
Chdir ( string dirname ) : string | ||
Cos ( List |
余弦値を返す
|
|
Ddim ( string strings ) : string |
実数型配列変数の作成
|
|
Deg2rad ( List |
度をラジアンに変換
|
|
Delete ( string filename ) : string |
ファイルを削除する
|
|
Dim ( string strings ) : string |
配列変数の作成
|
|
Dir_cur ( List |
||
Double ( List |
実数値に変換
|
|
End ( string p1 ) : string |
プログラム終了
|
|
Exist ( string filename ) : string |
ファイルが存在するか
|
|
Expf ( List |
指数を返す
|
|
Gettime ( List |
時間・日付を取得する
|
|
Ginfo_mx ( List |
||
Ginfo_my ( List |
||
Instr ( List |
文字列の検索をする
|
|
Int ( List |
整数値に変換
|
|
Length ( List |
配列の1~4次元要素数を返す
|
|
Limit ( List |
一定範囲内の整数を返す
|
|
Limitf ( List |
一定範囲内の実数を返す
|
|
Logf ( List |
対数を返す
|
|
M_pi ( List |
||
Mes ( string strings ) : string |
メッセージ表示
|
|
Mkdir ( string dirname ) : string |
ディレクトリの作成
|
|
Not ( List |
||
Or ( List |
||
Powf ( List |
累乗(べき乗)を求める
|
|
Print ( string strings ) : string |
メッセージ表示
|
|
Rad2deg ( List |
ラジアンを度に変換
|
|
Rnd ( List |
||
Sin ( List |
正弦値を返す
|
|
Split ( string strings ) : string |
文字列から分割された要素を代入
|
|
Sqrt ( List |
ルート値を返す
|
|
Stop ( string p1 ) : string |
プログラム中断
|
|
Str ( List |
文字列に変換
|
|
Strlen ( List |
文字列の長さを調べる
|
|
Strmid ( List |
文字列の一部を取り出す
|
|
Strrep ( string strings ) : string |
文字列の置換をする
|
|
Strtrim ( List |
指定した文字だけを取り除く
|
|
Tan ( List |
正接値を返す
|
|
Xor ( List |
Method | Description | |
---|---|---|
HSP ( ) : System |
public static Abs ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Absf ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static And ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Atan ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Bcopy ( string strings ) : string | ||
strings | string | |
return | string |
public static Chdir ( string dirname ) : string | ||
dirname | string | |
return | string |
public static Cos ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Ddim ( string strings ) : string | ||
strings | string | |
return | string |
public static Deg2rad ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Delete ( string filename ) : string | ||
filename | string | |
return | string |
public static Dim ( string strings ) : string | ||
strings | string | |
return | string |
public static Dir_cur ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Double ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Exist ( string filename ) : string | ||
filename | string | |
return | string |
public static Expf ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Gettime ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Ginfo_mx ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Ginfo_my ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Instr ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Int ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Length ( List |
||
sentence | List |
|
j | int | |
k | int | |
num | int | |
return | void |
public static Limit ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Limitf ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Logf ( List |
||
sentence | List |
|
j | int | |
return | void |
public static M_pi ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Mes ( string strings ) : string | ||
strings | string | |
return | string |
public static Mkdir ( string dirname ) : string | ||
dirname | string | |
return | string |
public static Not ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Or ( List |
||
sentence | List |
|
i | int | |
return | void |
public static Powf ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Print ( string strings ) : string | ||
strings | string | |
return | string |
public static Rad2deg ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Rnd ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Sin ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Split ( string strings ) : string | ||
strings | string | |
return | string |
public static Sqrt ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Str ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Strlen ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Strmid ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Strrep ( string strings ) : string | ||
strings | string | |
return | string |
public static Strtrim ( List |
||
sentence | List |
|
j | int | |
k | int | |
return | void |
public static Tan ( List |
||
sentence | List |
|
j | int | |
return | void |
public static Xor ( List |
||
sentence | List |
|
i | int | |
return | void |