Click or drag to resize

LinearlySpacedIntervalByStartCountStep(Double, Int32, Double) Constructor

Initializes a new instance of the LinearlySpacedIntervalByStartCountStep class.

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

Parameters

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