Which interfaces are implemented by the BCL types the Number
type will support?
#43
Unanswered
tacosontitan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following BCL types are supported by the
Number
type and should be consistently implemented to match .NET runtime:double
short
ushort
int
uint
long
ulong
Int128
UInt128
Which interfaces are implemented by these types that will need to be implemented by the
Number
type to ensure consistent behavior with .NET runtime?Beta Was this translation helpful? Give feedback.
All reactions