ufcpp/UfcppSample

誤植[INumeric -> INumber]

Closed this issue · 2 comments

https://ufcpp.net/study/csharp/oo_interface.html?p=6#generic-math

これらの新しい数値型も、Generic Math の対象で、INumeric<T> などのインターフェイスを実装しています。

INumeric<T> -> INumber<TSelf>

ufcpp commented

修正。