GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
ls-utils.h File Reference
#include "octave-config.h"
#include "data-conv.h"

Go to the source code of this file.

Functions

save_type get_save_type (double max_val, double min_val)
 
save_type get_save_type (float max_val, float min_val)
 

Function Documentation

◆ get_save_type() [1/2]

save_type get_save_type ( double  max_val,
double  min_val 
)
extern

Definition at line 40 of file ls-utils.cc.

References LS_DOUBLE.

◆ get_save_type() [2/2]

save_type get_save_type ( float  max_val,
float  min_val 
)
extern

Definition at line 68 of file ls-utils.cc.

References LS_FLOAT.