Example #1
0
 public static Chihno toOlpopranChihno(Byanzon x)
 {
     return (Chihno)(x - 1);
 }
Example #2
0
 public static Byanzon toOlpopran(Byanzon x)
 {
     return (Byanzon)(x - 1);
 }
Example #3
0
 public static Byanzon toMohapran(Byanzon x)
 {
     return (Byanzon)(x + 1);
 }
Example #4
0
 public static Chihno toMohapranChihno(Byanzon x)
 {
     return (Chihno)(x + 1);
 }
Example #5
0
 public static Chihno toChihno(Byanzon x)
 {
     return (Chihno)x;
 }