Click or drag to resize

VectorBuilderTSameAsTU(VectorTU) Method

Create a new vector with the same kind and dimension of the provided example.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> SameAs<TU>(
	Vector<TU> example
)
where TU : struct, new(), IEquatable<TU>, IFormattable

Parameters

example  VectorTU

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

Type Parameters

TU

[Missing <typeparam name="TU"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs``1(Altaxo.Calc.LinearAlgebra.Vector{``0})"]

Return Value

VectorT

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

See Also