VectorMathROShortArrayWrapperStructAmendedUnshifted(Int16, Int16, Int16) 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 ROShortArrayWrapperStructAmendedUnshifted(
short[] x,
short amendedValueAtStart,
short amendedValueAtEnd
)
Parameters
- x Int16
- The array to wrap. The array is used directly (without copying).
- 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