예제 #1
0
 public static int TO_INT(this Type.LET obj)
 => (int)obj;
예제 #2
0
 public static double TO_DOUBLE(this Type.LET obj)
 => (double)obj;