LinearlySpacedIntervalByStartCountStep(Double, Int32, Double) Constructor |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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