neuray API Programmer's Manual

mi::base::numeric_traits< Sint64 > Struct Reference

[Specializations for numeric_traits]

Description

Numeric traits specialization for mi::Sint64.

Static Public Member Functions

static Sint64 max() throw( )
LLONG_MAX.
static Sint64 min() throw( )
LLONG_MIN.
static Sint64 negative_max() throw( )
LLONG_MIN.

Static Public Variables

static const bool  is_specialized = true
true for specialization.

Member Functions

static Sint64 mi::base::numeric_traits< Sint64 >::max() throw( ) [inline, static]

LLONG_MAX.

static Sint64 mi::base::numeric_traits< Sint64 >::min() throw( ) [inline, static]

LLONG_MIN.

static Sint64 mi::base::numeric_traits< Sint64 >::negative_max() throw( ) [inline, static]

LLONG_MIN.

Variables

const bool mi::base::numeric_traits< Sint64 >::is_specialized = true [static]

true for specialization.