Click or drag to resize

GenericVectorTItem(Boolean) Property

Gets the subarray that satisfies the specified conditions.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public T[] this[
	bool[] condition
] { get; }

Parameters

condition  Boolean
The conditions that the elements must satisfy.

Return Value

T
The subarray that satisfies the specified conditions.
See Also