Click or drag to resize

VectorMathROFloatArrayWrapperStructAmendedUnshifted(Single, Single, Single) 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 ROFloatArrayWrapperStructAmendedUnshifted(
	float[] x,
	float amendedValueAtStart,
	float amendedValueAtEnd
)

Parameters

x  Single
The array to wrap. The array is used directly (without copying).
amendedValueAtStart  Single
Value of the vector at indices less than zero.
amendedValueAtEnd  Single
Value of the vector at indices greater then or equal to Length.
See Also