DataColumnIndicesOf Method |
Gets all indices where the element is equal to the value given in item.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<int> IndicesOf(
AltaxoVariant item
)
Parameters
- item AltaxoVariant
- The value to compare with
Return Value
IEnumerableInt32All indices where the element is equal to the value given in
item.
See Also