Click or drag to resize

DataColumnIndicesOf Method

Gets all indices where the element is equal to the value given in item.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<int> IndicesOf(
	AltaxoVariant item
)

Parameters

item  AltaxoVariant
The value to compare with

Return Value

IEnumerableInt32
All indices where the element is equal to the value given in item.
See Also