Click or drag to resize

VectorMathROShortArrayWrapperStructAmendedUnshifted(Int16, Int32, Int16, Int16) 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 ROShortArrayWrapperStructAmendedUnshifted(
	short[] x,
	int usedlength,
	short amendedValueAtStart,
	short amendedValueAtEnd
)

Parameters

x  Int16

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

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