Добавьте файлы проекта.
This commit is contained in:
9
Geometry/IVector.cs
Normal file
9
Geometry/IVector.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Geo
|
||||
{
|
||||
public interface IVector
|
||||
{
|
||||
int N { get; }
|
||||
|
||||
double[] ToArray();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user