Click or drag to resize

VectorMathRODoubleArrayWrapperStructAmendedUnshifted(Double, Int32, Double, Double) Constructor

Constructor, takes a double array for wrapping.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RODoubleArrayWrapperStructAmendedUnshifted(
	double[] x,
	int usedlength,
	double amendedValueAtStart,
	double amendedValueAtEnd
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.RODoubleArrayWrapperStructAmendedUnshifted.#ctor(System.Double[],System.Int32,System.Double,System.Double)"]

usedlength  Int32
The length used for the vector.
amendedValueAtStart  Double
Value of the vector at indices less than zero.
amendedValueAtEnd  Double
Value of the vector at indices greater then or equal to Length.
See Also