mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Make IFloating infer INumeric
This commit is contained in:
parent
dc5ba5c67e
commit
10e8136a9c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace System
|
|||
|
||||
}
|
||||
|
||||
interface IFloating
|
||||
interface IFloating : INumeric
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue