Delete Interfaces.cs
This commit is contained in:
parent
b94754f77f
commit
4ad51fffcb
@ -1,16 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Nerd_STF.Interfaces
|
||||
{
|
||||
public interface INegatives<T>
|
||||
{
|
||||
public T Absolute { get; }
|
||||
public bool IsNegative { get; }
|
||||
public T Negative { get; }
|
||||
public T Positive { get; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user