|
C-style struct to creating sequences for indexing. More...
#include <seq.h>
Data Fields | |
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.
double begin |
Start position of the sequence.
double end |
End position of the sequence (inclusive)
double step |
Step size between sequence values.