MathUtilLinspace Method

Return evenly spaced numbers over a specified interval.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double[] Linspace(
	double start,
	double stop,
	int nPoints
)

Parameters

start  Double

[Missing <param name="start"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Linspace(System.Double,System.Double,System.Int32)"]

stop  Double

[Missing <param name="stop"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Linspace(System.Double,System.Double,System.Int32)"]

nPoints  Int32

[Missing <param name="nPoints"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Linspace(System.Double,System.Double,System.Int32)"]

Return Value

Double
One dimensional array of evenly spaced numbers

See Also