基本的に、System.Numerics 参照をプロジェクトに追加し、以下のように using ステートメントに追加しました。
ただし、次のエラーが発生します。
The type or namespace name 'Numerics' does not exist in the namespace 'System'
これはうまくいけば簡単なものです!
ありがとう
基本的に、System.Numerics 参照をプロジェクトに追加し、以下のように using ステートメントに追加しました。
ただし、次のエラーが発生します。
The type or namespace name 'Numerics' does not exist in the namespace 'System'
これはうまくいけば簡単なものです!
ありがとう