VectorMathROSByteArrayWrapperStructAmendedUnshifted(SByte, Int32, SByte, SByte) 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 ROSByteArrayWrapperStructAmendedUnshifted(
sbyte[] x,
int usedlength,
sbyte amendedValueAtStart,
sbyte amendedValueAtEnd
)
Parameters
- x SByte
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ROSByteArrayWrapperStructAmendedUnshifted.#ctor(System.SByte[],System.Int32,System.SByte,System.SByte)"]
- usedlength Int32
- The length used for the vector.
- amendedValueAtStart SByte
- Value of the vector at indices less than zero.
- amendedValueAtEnd SByte
- Value of the vector at indices greater then or equal to Length.
See Also