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