MeVisLab Toolbox Reference
_ml_numeric_limits< signed char > Struct Reference

#include <mlRangeCasts.h>

Static Public Attributes

static const signed char MinValue = SCHAR_MIN
 
static const unsigned char MaxValue = SCHAR_MAX
 
static const bool isFloat = false
 

Detailed Description

Definition at line 58 of file mlRangeCasts.h.

Member Data Documentation

◆ isFloat

const bool _ml_numeric_limits< signed char >::isFloat = false
static

Definition at line 62 of file mlRangeCasts.h.

◆ MaxValue

const unsigned char _ml_numeric_limits< signed char >::MaxValue = SCHAR_MAX
static

Definition at line 61 of file mlRangeCasts.h.

◆ MinValue

const signed char _ml_numeric_limits< signed char >::MinValue = SCHAR_MIN
static

Definition at line 60 of file mlRangeCasts.h.


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