GenericVectorTItem(Boolean) Property |
Gets the subarray that satisfies the specified conditions.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T[] this[
bool[] condition
] { get; }Parameters
- condition Boolean
- The conditions that the elements must satisfy.
Return Value
TThe subarray that satisfies the specified conditions.
See Also