Click or drag to resize

LinearlySpacedIntervalByStartEndStep(Double, Double, Double) Constructor

Initializes a new instance of the LinearlySpacedIntervalByStartEndStep class.

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

Parameters

start  Double
The start of the interval (inclusive).
end  Double
The end of the interval (inclusive).
step  Double
The step size.
See Also