Determines if the given index exists is self.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public bool Exists( int j ) |
| Visual Basic (Declaration) |
|---|
Public Function Exists ( _ j As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool Exists( int j ) |
Parameters
- j
- Type: System..::.Int32
[Missing <param name="j"/> documentation for "M:CenterSpace.NMath.Matrix.IndexArray.Exists(System.Int32)"]