Click or drag to resize

VectorMathROSByteArrayWrapperStructAmendedUnshifted(SByte, SByte, SByte) 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 ROSByteArrayWrapperStructAmendedUnshifted(
	sbyte[] x,
	sbyte amendedValueAtStart,
	sbyte amendedValueAtEnd
)

Parameters

x  SByte
The array to wrap. The array is used directly (without copying).
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