CSequenceCreate(Complex, Complex, Int32) Method |
Creates a sequence from a uniform grid.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static CSequence Create(
Complex lower,
Complex upper,
int steps
)
Parameters
- 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.
Return Value
CSequenceA sequence returning a uniform grid of values.
See Also