Click or drag to resize

VectorMathROVectorWrapperOfIROVectorT Constructor

Initializes a new instance of the VectorMathROVectorWrapperOfIROVectorT class

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

Parameters

source  IReadOnlyListT

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

offset  Int32

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

count  Int32

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

See Also