bodies
This commit is contained in:
parent
a92bee32e1
commit
71de903f13
5 changed files with 99 additions and 1 deletions
11
test/isn.tests/IRing.cs
Normal file
11
test/isn.tests/IRing.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace isn.tests
|
||||
{
|
||||
internal interface IRing : IBody
|
||||
{
|
||||
|
||||
|
||||
IRing Add(IRing other);
|
||||
IRing Mult<TBody>(TBody v);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue