  | IndexArrayExists Method | 
            Determines if the given index exists is self. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Exists(
	int j
)
Public Function Exists ( 
	j As Integer
) As Boolean
public:
bool Exists(
	int j
)
member Exists : 
        j : int -> bool Parameters
- j  Int32
 [Missing <param name="j"/> documentation for "M:CenterSpace.NMath.Core.IndexArray.Exists(System.Int32)"]
Return Value
Booleantrue if array contains one or more elements that match the given index 
            
j; otherwise, false. 
See Also