Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
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 1532 of file Teuchos_as.hpp.

Member Function Documentation

◆ convert()

Convert the given float to an unsigned int.

Definition at line 1535 of file Teuchos_as.hpp.

◆ safeConvert()

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

Definition at line 1542 of file Teuchos_as.hpp.


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