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