C# 클래스 hsp.cs.HSP

HSPの関数とコマンド
파일 보기 프로젝트 열기: kkrnt/hsp.cs

공개 메소드들

메소드 설명
Abs ( List sentence, int j, int k ) : void

整数の絶対値を返す

Absf ( List sentence, int j, int k ) : void

実数の絶対値を返す

And ( List sentence, int i ) : void
Atan ( List sentence, int j ) : void

arctan値を返す

Bcopy ( string strings ) : string

ファイルのコピー

Chdir ( string dirname ) : string
Cos ( List sentence, int j ) : void

余弦値を返す

Ddim ( string strings ) : string

実数型配列変数の作成

Deg2rad ( List sentence, int j ) : void

度をラジアンに変換

Delete ( string filename ) : string

ファイルを削除する

Dim ( string strings ) : string

配列変数の作成

Dir_cur ( List sentence, int i ) : void
Double ( List sentence, int j ) : void

実数値に変換

End ( string p1 ) : string

プログラム終了

Exist ( string filename ) : string

ファイルが存在するか

Expf ( List sentence, int j ) : void

指数を返す

Gettime ( List sentence, int j ) : void

時間・日付を取得する

Ginfo_mx ( List sentence, int i ) : void
Ginfo_my ( List sentence, int i ) : void
Instr ( List sentence, int j, int k ) : void

文字列の検索をする

Int ( List sentence, int j ) : void

整数値に変換

Length ( List sentence, int j, int k, int num ) : void

配列の1~4次元要素数を返す

Limit ( List sentence, int j, int k ) : void

一定範囲内の整数を返す

Limitf ( List sentence, int j, int k ) : void

一定範囲内の実数を返す

Logf ( List sentence, int j ) : void

対数を返す

M_pi ( List sentence, int i ) : void
Mes ( string strings ) : string

メッセージ表示

Mkdir ( string dirname ) : string

ディレクトリの作成

Not ( List sentence, int i ) : void
Or ( List sentence, int i ) : void
Powf ( List sentence, int j ) : void

累乗(べき乗)を求める

Print ( string strings ) : string

メッセージ表示

Rad2deg ( List sentence, int j ) : void

ラジアンを度に変換

Rnd ( List sentence, int j, int k ) : void
Sin ( List sentence, int j ) : void

正弦値を返す

Split ( string strings ) : string

文字列から分割された要素を代入

Sqrt ( List sentence, int j ) : void

ルート値を返す

Stop ( string p1 ) : string

プログラム中断

Str ( List sentence, int j, int k ) : void

文字列に変換

Strlen ( List sentence, int j, int k ) : void

文字列の長さを調べる

Strmid ( List sentence, int j, int k ) : void

文字列の一部を取り出す

Strrep ( string strings ) : string

文字列の置換をする

Strtrim ( List sentence, int j, int k ) : void

指定した文字だけを取り除く

Tan ( List sentence, int j ) : void

正接値を返す

Xor ( List sentence, int i ) : void

비공개 메소드들

메소드 설명
HSP ( ) : System

메소드 상세

Abs() 공개 정적인 메소드

整数の絶対値を返す
public static Abs ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Absf() 공개 정적인 메소드

実数の絶対値を返す
public static Absf ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

And() 공개 정적인 메소드

public static And ( List sentence, int i ) : void
sentence List
i int
리턴 void

Atan() 공개 정적인 메소드

arctan値を返す
public static Atan ( List sentence, int j ) : void
sentence List
j int
리턴 void

Bcopy() 공개 정적인 메소드

ファイルのコピー
public static Bcopy ( string strings ) : string
strings string
리턴 string

Chdir() 공개 정적인 메소드

public static Chdir ( string dirname ) : string
dirname string
리턴 string

Cos() 공개 정적인 메소드

余弦値を返す
public static Cos ( List sentence, int j ) : void
sentence List
j int
리턴 void

Ddim() 공개 정적인 메소드

実数型配列変数の作成
public static Ddim ( string strings ) : string
strings string
리턴 string

Deg2rad() 공개 정적인 메소드

度をラジアンに変換
public static Deg2rad ( List sentence, int j ) : void
sentence List
j int
리턴 void

Delete() 공개 정적인 메소드

ファイルを削除する
public static Delete ( string filename ) : string
filename string
리턴 string

Dim() 공개 정적인 메소드

配列変数の作成
public static Dim ( string strings ) : string
strings string
리턴 string

Dir_cur() 공개 정적인 메소드

public static Dir_cur ( List sentence, int i ) : void
sentence List
i int
리턴 void

Double() 공개 정적인 메소드

実数値に変換
public static Double ( List sentence, int j ) : void
sentence List
j int
리턴 void

End() 공개 정적인 메소드

プログラム終了
public static End ( string p1 ) : string
p1 string 終了コード
리턴 string

Exist() 공개 정적인 메소드

ファイルが存在するか
public static Exist ( string filename ) : string
filename string
리턴 string

Expf() 공개 정적인 메소드

指数を返す
public static Expf ( List sentence, int j ) : void
sentence List
j int
리턴 void

Gettime() 공개 정적인 메소드

時間・日付を取得する
public static Gettime ( List sentence, int j ) : void
sentence List
j int
리턴 void

Ginfo_mx() 공개 정적인 메소드

public static Ginfo_mx ( List sentence, int i ) : void
sentence List
i int
리턴 void

Ginfo_my() 공개 정적인 메소드

public static Ginfo_my ( List sentence, int i ) : void
sentence List
i int
리턴 void

Instr() 공개 정적인 메소드

文字列の検索をする
public static Instr ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Int() 공개 정적인 메소드

整数値に変換
public static Int ( List sentence, int j ) : void
sentence List
j int
리턴 void

Length() 공개 정적인 메소드

配列の1~4次元要素数を返す
public static Length ( List sentence, int j, int k, int num ) : void
sentence List
j int
k int
num int
리턴 void

Limit() 공개 정적인 메소드

一定範囲内の整数を返す
public static Limit ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Limitf() 공개 정적인 메소드

一定範囲内の実数を返す
public static Limitf ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Logf() 공개 정적인 메소드

対数を返す
public static Logf ( List sentence, int j ) : void
sentence List
j int
리턴 void

M_pi() 공개 정적인 메소드

public static M_pi ( List sentence, int i ) : void
sentence List
i int
리턴 void

Mes() 공개 정적인 메소드

メッセージ表示
public static Mes ( string strings ) : string
strings string
리턴 string

Mkdir() 공개 정적인 메소드

ディレクトリの作成
public static Mkdir ( string dirname ) : string
dirname string
리턴 string

Not() 공개 정적인 메소드

public static Not ( List sentence, int i ) : void
sentence List
i int
리턴 void

Or() 공개 정적인 메소드

public static Or ( List sentence, int i ) : void
sentence List
i int
리턴 void

Powf() 공개 정적인 메소드

累乗(べき乗)を求める
public static Powf ( List sentence, int j ) : void
sentence List
j int
리턴 void

Print() 공개 정적인 메소드

メッセージ表示
public static Print ( string strings ) : string
strings string
리턴 string

Rad2deg() 공개 정적인 메소드

ラジアンを度に変換
public static Rad2deg ( List sentence, int j ) : void
sentence List
j int
리턴 void

Rnd() 공개 정적인 메소드

public static Rnd ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Sin() 공개 정적인 메소드

正弦値を返す
public static Sin ( List sentence, int j ) : void
sentence List
j int
리턴 void

Split() 공개 정적인 메소드

文字列から分割された要素を代入
public static Split ( string strings ) : string
strings string
리턴 string

Sqrt() 공개 정적인 메소드

ルート値を返す
public static Sqrt ( List sentence, int j ) : void
sentence List
j int
리턴 void

Stop() 공개 정적인 메소드

プログラム中断
public static Stop ( string p1 ) : string
p1 string
리턴 string

Str() 공개 정적인 메소드

文字列に変換
public static Str ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Strlen() 공개 정적인 메소드

文字列の長さを調べる
public static Strlen ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Strmid() 공개 정적인 메소드

文字列の一部を取り出す
public static Strmid ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Strrep() 공개 정적인 메소드

文字列の置換をする
public static Strrep ( string strings ) : string
strings string
리턴 string

Strtrim() 공개 정적인 메소드

指定した文字だけを取り除く
public static Strtrim ( List sentence, int j, int k ) : void
sentence List
j int
k int
리턴 void

Tan() 공개 정적인 메소드

正接値を返す
public static Tan ( List sentence, int j ) : void
sentence List
j int
리턴 void

Xor() 공개 정적인 메소드

public static Xor ( List sentence, int i ) : void
sentence List
i int
리턴 void