1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 10:38:02 +02:00

Make IFloating infer INumeric

This commit is contained in:
Brian Fiete 2022-01-15 08:53:09 -05:00
parent dc5ba5c67e
commit 10e8136a9c

View file

@ -19,7 +19,7 @@ namespace System
}
interface IFloating
interface IFloating : INumeric
{
}