回答編集履歴
1
牛
answer
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
ありがとうございます。解決しました。
|
2
|
-
ただ、Complexの拡張メソッドとして実装すると、エラー出るのでもう少し格闘してみます。
|
3
2
|
|
4
3
|
```C#
|
5
4
|
public static double Arg<Type>(this Numeric.Complex<Type> Value) where Type : struct, IComparable<Type>{
|