Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラス myComplex を定義しました。それを整数にマップする必要があります。C++ では、 map<myComplex,int>最初にマップを作成します。
map<myComplex,int>
C#でそのようなことを行う方法は?