예제 #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; }