Click or drag to resize

ISliceableT Interface

Implement this interface to indicate support of range slicing in a vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface ISliceable<T>

Type Parameters

T
Type T that can be sliced

The ISliceableT type exposes the following members.

Properties
 NameDescription
Public propertyItem Slice indexer.
Top
See Also