Click or drag to resize

VectorMathElementsWhereT(T, Boolean) Method

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


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

Parameters

array  T

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

condition  Boolean

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

Type Parameters

T

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

Return Value

T

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type T. 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