Click or drag to resize

DSequenceCreate(Double, Int32, Double) Method

Creates a sequence from a uniform grid.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static DSequence Create(
	double lower,
	int steps,
	double upper
)

Parameters

lower  Double
The first value in the sequence.
steps  Int32
The number of steps in the sequence, minus one.
upper  Double
The last value in the sequence.

Return Value

DSequence
A sequence returning a uniform grid of values.
See Also