Click or drag to resize

VectorStorageTFind2TOther Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1.Find2``1(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{``0},System.Func{`0,``0,System.Boolean},Altaxo.Calc.LinearAlgebra.Zeros)"]


Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Tuple<int, T, TOther> Find2<TOther>(
	VectorStorage<TOther> other,
	Func<T, TOther, bool> predicate,
	Zeros zeros
)
where TOther : struct, new(), IEquatable<TOther>, IFormattable

Parameters

other  VectorStorageTOther

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

predicate  FuncT, TOther, Boolean

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

zeros  Zeros

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

Type Parameters

TOther

[Missing <typeparam name="TOther"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1.Find2``1(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{``0},System.Func{`0,``0,System.Boolean},Altaxo.Calc.LinearAlgebra.Zeros)"]

Return Value

TupleInt32, T, TOther

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

See Also