GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_int_base< T > Class Template Reference

#include "oct-inttypes.h"

Inheritance diagram for octave_int_base< T >:

Public Member Functions

template<class S >
convert_real (const S &value)
 

Static Public Member Functions

template<typename S >
static OCTAVE_APIconvert_real (const S &value)
 
static T max_val (void)
 
static T min_val (void)
 
template<typename S >
static T truncate_int (const S &value)
 

Static Private Member Functions

template<typename S >
static S compute_threshold (S val, T orig_val)
 

Detailed Description

template<typename T>
class octave_int_base< T >

Definition at line 345 of file oct-inttypes.h.

Member Function Documentation

◆ compute_threshold()

template<typename T >
template<typename S >
static S octave_int_base< T >::compute_threshold ( val,
orig_val 
)
inlinestaticprivate

Definition at line 399 of file oct-inttypes.h.

References round().

◆ convert_real() [1/2]

template<typename T >
template<class S >
T octave_int_base< T >::convert_real ( const S &  value)

Definition at line 59 of file oct-inttypes.cc.

References isnan(), and round().

◆ convert_real() [2/2]

template<typename T >
template<typename S >
static OCTAVE_API T octave_int_base< T >::convert_real ( const S &  value)
static

◆ max_val()

template<typename T >
static T octave_int_base< T >::max_val ( void  )
inlinestatic

◆ min_val()

template<typename T >
static T octave_int_base< T >::min_val ( void  )
inlinestatic

Definition at line 349 of file oct-inttypes.h.

References min().

Referenced by octave_int_arith_base< T, true >::div(), and octave_int_base< T >::truncate_int().

◆ truncate_int()

template<typename T >
template<typename S >
static T octave_int_base< T >::truncate_int ( const S &  value)
inlinestatic

The documentation for this class was generated from the following files: