Click or drag to resize

MatrixTExists Method

Returns true if at least one element satisfies a predicate. Zero elements may be skipped on sparse data structures if allowed (default).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Exists(
	Func<T, bool> predicate,
	Zeros zeros = Zeros.AllowSkip
)

Parameters

predicate  FuncT, Boolean

[Missing <param name="predicate"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Exists(System.Func{`0,System.Boolean},Altaxo.Calc.LinearAlgebra.Zeros)"]

zeros  Zeros  (Optional)

[Missing <param name="zeros"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Exists(System.Func{`0,System.Boolean},Altaxo.Calc.LinearAlgebra.Zeros)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Exists(System.Func{`0,System.Boolean},Altaxo.Calc.LinearAlgebra.Zeros)"]

See Also