コード例 #1
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static Long CLng(StneNumericType n) { return null; }
コード例 #2
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static Double CDbl(StneNumericType n) { return null; }
コード例 #3
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static Integer CInt(StneNumericType n) { return null; }
コード例 #4
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static Short CShort(StneNumericType n) { return null; }
コード例 #5
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static Byte CByte(StneNumericType n) { return null; }
コード例 #6
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 /// <summary> 0 results in False, Non 0 results in True </summary>
 public static Boolean CBool(StneNumericType n) { return null; }
コード例 #7
0
ファイル: CScriptGlobal.cs プロジェクト: TheJP/Stne
 public static String CStr(StneNumericType n) { return null; }