VectorMathROIntArrayWrapperStructAmendedUnshifted(Int32, Int32, Int32, Int32) Constructor |
Constructor, takes a double array for wrapping.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ROIntArrayWrapperStructAmendedUnshifted(
int[] x,
int usedlength,
int amendedValueAtStart,
int amendedValueAtEnd
)
Parameters
- x Int32
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ROIntArrayWrapperStructAmendedUnshifted.#ctor(System.Int32[],System.Int32,System.Int32,System.Int32)"]
- usedlength Int32
- The length used for the vector.
- amendedValueAtStart Int32
- Value of the vector at indices less than zero.
- amendedValueAtEnd Int32
- Value of the vector at indices greater then or equal to Length.
See Also