CSequenceCreate(Complex, Complex, Int32) Method
Creates a sequence from a uniform grid.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static CSequence Create(
Complex lower,
Complex upper,
int steps
)
- lower Complex
- The first value in the sequence.
- upper Complex
- The last value in the sequence.
- steps Int32
- The number of steps in the sequence, minus one.
CSequenceA sequence returning a uniform grid of values.