예제 #1
0
파일: R.cs 프로젝트: Kumarazavr/VAC
 public override byte COM(Math_Field second)
 {
     return(0);
 }
예제 #2
0
파일: R.cs 프로젝트: Kumarazavr/VAC
 public override Math_Field RES(Math_Field value)
 {
     return(this);
 }
예제 #3
0
파일: R.cs 프로젝트: Kumarazavr/VAC
 public override Math_Field LCM(Math_Field second)
 {
     return(null);
 }