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...
 

Detailed Description

C-style struct to creating sequences for indexing.

Field Documentation

double begin

Start position of the sequence.

double end

End position of the sequence (inclusive)

double step

Step size between sequence values.


The documentation for this struct was generated from the following file: