Class Range represents a collection of indices that can be used to view a subset of data from another data structure. A Range is defined by a starting index, an ending index or enumerated Position value, and a step increment called the stride.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class Range : Slice
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Range _
	Inherits Slice
Visual C++
[SerializableAttribute]
public ref class Range : public Slice

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.Slice
    CenterSpace.NMath.Core..::.Range

See Also