Click or drag to resize

GenerateLinearRange(Int32, Int32) Method

Generate a linearly spaced sample vector within the inclusive interval (start, stop) and step 1. Equivalent to MATLAB colon operator (:).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] LinearRange(
	int start,
	int stop
)

Parameters

start  Int32

[Missing <param name="start"/> documentation for "M:Altaxo.Calc.Generate.LinearRange(System.Int32,System.Int32)"]

stop  Int32

[Missing <param name="stop"/> documentation for "M:Altaxo.Calc.Generate.LinearRange(System.Int32,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.LinearRange(System.Int32,System.Int32)"]

See Also