Click or drag to resize

LinearlySpacedIntervalByStartEndCount(Double, Double, Int32) Constructor

Initializes a new instance of the LinearlySpacedIntervalByStartEndCount class.

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

Parameters

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