Click or drag to resize

GenerateLinearRangeInt32(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 int[] LinearRangeInt32(
	int start,
	int stop
)

Parameters

start  Int32

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

stop  Int32

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

Return Value

Int32

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

See Also