Click or drag to resize

IndexArrayExists Method

Determines if the given index exists is self.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Exists(
	int j
)

Parameters

j  Int32

[Missing <param name="j"/> documentation for "M:CenterSpace.NMath.Core.IndexArray.Exists(System.Int32)"]

Return Value

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