ufcpp / UfcppSample

http://ufcpp.net/ 向けのサンプル
Apache License 2.0
133 stars 41 forks source link

誤植[INumeric -> INumber] #425

Closed iwkjosec closed 1 year ago

iwkjosec commented 1 year ago

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

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

INumeric<T> -> INumber<TSelf>

iwkjosec commented 1 year ago

https://ufcpp.net/study/csharp/oop/generic-math-operators/#generic-math ここも同じ

ufcpp commented 1 year ago

修正。