You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the INumber<T>.Sign method states that, if the value is zero, it returns INumberBase<TSelf>.Zero,
but this is not true. It returns 0 (Int32).