Determines if the given index exists is self.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  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)"]

Return Value

true if array contains one or more elements that match the given index j; otherwise, false.

See Also