Implement this interface to indicate support of range slicing in an vector.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public interface ISliceable<T> |
| Visual Basic (Declaration) |
|---|
Public Interface ISliceable(Of T) |
| Visual C++ |
|---|
generic<typename T> public interface class ISliceable |
Type Parameters
- T
- Type T that can be sliced