Base API nvidia_logo_transpbg.gif Up
mi::base::numeric_traits<Float32> Struct Reference

Numeric traits specialization for mi::Float32. More...

#include <types.h>

Inheritance diagram for mi::base::numeric_traits<Float32>:

Static Public Member Functions

static Float32() min () throw ()
 FLT_MIN. More...
 
static Float32() max () throw ()
 FLT_MAX. More...
 
static Float32 negative_max () throw ()
 -FLT_MAX More...
 

Static Public Attributes

static const bool is_specialized = true
 true for specialization. More...
 
static const bool has_infinity = true
 Has infinity value. More...
 
static const bool has_quiet_NaN = true
 Has a quiet NaN value. More...
 
static const bool has_signaling_NaN = true
 Has a signaling NaN value. More...
 

Detailed Description

Numeric traits specialization for mi::Float32.