예제 #1
0
파일: KurumiCS.cs 프로젝트: rozenmad/Kurumi
 loreq(KurumiValue other)
 {
     return(other.gthan_number(this).negation());
 }
예제 #2
0
파일: KurumiCS.cs 프로젝트: rozenmad/Kurumi
 gthan(KurumiValue other)
 {
     return(other.gthan_number(this));
 }