C-style struct to creating sequences for indexing.
More...
#include <seq.h>
|
double | begin |
| Start position of the sequence. More...
|
|
double | end |
| End position of the sequence (inclusive) More...
|
|
double | step |
| Step size between sequence values. More...
|
|
C-style struct to creating sequences for indexing.
Definition at line 20 of file seq.h.
◆ begin
Start position of the sequence.
Definition at line 22 of file seq.h.
◆ end
End position of the sequence (inclusive)
Definition at line 25 of file seq.h.
◆ step
Step size between sequence values.
Definition at line 28 of file seq.h.
The documentation for this struct was generated from the following file: