LinearlySpacedIntervalByEndCountStep(Double, Int32, Double) Constructor |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LinearlySpacedIntervalByEndCountStep(
double end,
int count,
double step
)
Parameters
- end Double
- The end of the interval (inclusive).
- count Int32
- The number of elements.
- step Double
- The step size.
See Also