Click or drag to resize

LinearlySpacedIntervalByEndCountStep(Double, Int32, Double) Constructor

Initializes a new instance of the LinearlySpacedIntervalByEndCountStep class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LinearlySpacedIntervalByEndCountStep(
	double end,
	int count,
	double step
)

Parameters

end  Double
The end of the interval (inclusive).
count  Int32
The number of elements.
step  Double
The step size.
See Also