Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos::ValueTypeConversionTraits< unsigned int, float > Class Reference

Convert from float to unsigned int. More...

#include <Teuchos_as.hpp>

Static Public Member Functions

static unsigned int convert (const float t)
 Convert the given float to an unsigned int.
static unsigned int safeConvert (const float t)
 Convert the given float to an unsigned int, checking first or under- or overflow.

Detailed Description

Convert from float to unsigned int.

Definition at line 1500 of file Teuchos_as.hpp.

Member Function Documentation

◆ convert()

unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, float >::convert ( const float t)
inlinestatic

Convert the given float to an unsigned int.

Definition at line 1503 of file Teuchos_as.hpp.

◆ safeConvert()

unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, float >::safeConvert ( const float t)
inlinestatic

Convert the given float to an unsigned int, checking first or under- or overflow.

Definition at line 1510 of file Teuchos_as.hpp.


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