ILNumerics Ultimate VS

ILMathfind Method (BaseArrayBoolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Find true elements in n-d array and give their sequential index (column major order).

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<long> find(
	BaseArray<bool> A
)

Parameters

A
Type: ILNumericsBaseArrayBoolean
Source logical array.

Return Value

Type: RetArrayInt64
Sequential indices of the true-valued elements in A.
Remarks

[ILNumerics Computing Engine]

See Also

Reference