Click or drag to resize

VectorMathElementsWhereT(IReadOnlyListT, IEnumerableBoolean) Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsWhere``1(System.Collections.Generic.IReadOnlyList{``0},System.Collections.Generic.IEnumerable{System.Boolean})"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IReadOnlyList<T> ElementsWhere<T>(
	this IReadOnlyList<T> array,
	IEnumerable<bool> condition
)

Parameters

array  IReadOnlyListT

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsWhere``1(System.Collections.Generic.IReadOnlyList{``0},System.Collections.Generic.IEnumerable{System.Boolean})"]

condition  IEnumerableBoolean

[Missing <param name="condition"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsWhere``1(System.Collections.Generic.IReadOnlyList{``0},System.Collections.Generic.IEnumerable{System.Boolean})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsWhere``1(System.Collections.Generic.IReadOnlyList{``0},System.Collections.Generic.IEnumerable{System.Boolean})"]

Return Value

IReadOnlyListT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsWhere``1(System.Collections.Generic.IReadOnlyList{``0},System.Collections.Generic.IEnumerable{System.Boolean})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReadOnlyListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also