コード例 #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));
 }