Click or drag to resize

VectorMathROFloatArrayWrapperStructAmendedUnshifted(Single, Int32, 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,
	int usedlength,
	float amendedValueAtStart,
	float amendedValueAtEnd
)

Parameters

x  Single

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ROFloatArrayWrapperStructAmendedUnshifted.#ctor(System.Single[],System.Int32,System.Single,System.Single)"]

usedlength  Int32
The length used for the vector.
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