[Proposal:] Modify static abstract interfaces for functions. #90737
-
I try create math library for fuzzy numbers and I face with problems. For example, I need: public readonly partial struct Triangular : IPowerFunctions<Triangular, double, Triangular>
{
public static Triangular Pow(Triangular number, double power)
} I proposal the following suggestion in solving the problem.
About: |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
API changes can be suggested on the runtime repository. |
Beta Was this translation helpful? Give feedback.
API changes can be suggested on the runtime repository.