Class IndexArray presents 0-based indexices to the user, but uses
1-based indices internally.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class IndexArray : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class IndexArray _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class IndexArray : ICloneable |