Click or drag to resize

VectorMathVectorWrapperOfIVectorT Constructor

Initializes a new instance of the VectorMathVectorWrapperOfIVectorT class

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public VectorWrapperOfIVector(
	IVector<T> source,
	int offset,
	int count
)

Parameters

source  IVectorT

[Missing <param name="source"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.VectorWrapperOfIVector`1.#ctor(Altaxo.Calc.LinearAlgebra.IVector{`0},System.Int32,System.Int32)"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.VectorWrapperOfIVector`1.#ctor(Altaxo.Calc.LinearAlgebra.IVector{`0},System.Int32,System.Int32)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.VectorWrapperOfIVector`1.#ctor(Altaxo.Calc.LinearAlgebra.IVector{`0},System.Int32,System.Int32)"]

See Also