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
Research potential use of System.NumericsINumber<T> generic math to simplify the public interface. This appears to be performant; however, may not be feasible if:
Supporting CLS compliant library interfaces
Supporting .NET frameworks before .NET 7
This might be a better option if considering TQuote interface with double values; though, will most likely still need to be a double based wrapper since INumber<T> is not CLS compliant for our public API requirements.
Research potential use of
System.Numerics
INumber<T>
generic math to simplify the public interface. This appears to be performant; however, may not be feasible if:This might be a better option if considering
TQuote
interface withdouble
values; though, will most likely still need to be adouble
based wrapper sinceINumber<T>
is not CLS compliant for our public API requirements.Originally posted by @
@manutiedra with @DaveSkender in #649 (reply in thread)
The text was updated successfully, but these errors were encountered: