ILNumerics Ultimate VS

ILMathfind32 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). Assumes <paramref name="A"/>.S.NumberOfElements < uint.MaxValue.

[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<int> find32(
	BaseArray<bool> A
)

Parameters

A
Type: ILNumericsBaseArrayBoolean
Source logical array.

Return Value

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

[ILNumerics Computing Engine]

See Also

Reference