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