Click or drag to resize

VectorBuilderTSameAs(VectorT, VectorT, Int32) Method

Create a new vector with a type that can represent and is closest to both provided samples.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> SameAs(
	Vector<T> example,
	Vector<T> otherExample,
	int length
)

Parameters

example  VectorT

[Missing <param name="example"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Vector{`0},System.Int32)"]

otherExample  VectorT

[Missing <param name="otherExample"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Vector{`0},System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Vector{`0},System.Int32)"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Vector{`0},System.Int32)"]

See Also