Struct interp_table_state_t¶
ClassList > interp_table_state_t
InterpolatedTable state. More...
#include <interp_table_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| int | method |
| size_t | n |
| double _Complex * | table |
Detailed Description¶
Allocate with interp_table_create(). table is a private copy (the caller's own array is not aliased or retained).
Public Attributes Documentation¶
variable method¶
0=floor, 1=nearest, 2=linear
variable n¶
table length (one period)
variable table¶
owned copy, length n
The documentation for this class was generated from the following file native/inc/interp_table/interp_table_core.h