示例#1
0
 loreq(KurumiValue other)
 {
     return(other.gthan_number(this).negation());
 }
示例#2
0
 gthan(KurumiValue other)
 {
     return(other.gthan_number(this));
 }