Logo ROOT  
Reference Guide
TMath::Limits< T > Struct Template Reference

template<typename T>
struct TMath::Limits< T >

Definition at line 402 of file TMath.h.

Static Public Member Functions

static T Epsilon ()
 Returns minimum double representation. More...
 
static T Max ()
 Returns minimum double representation. More...
 
static T Min ()
 Returns maximum representation for type T. More...
 

#include <TMath.h>

Member Function Documentation

◆ Epsilon()

template<typename T >
T TMath::Limits< T >::Epsilon
inlinestatic

Returns minimum double representation.

Definition at line 925 of file TMath.h.

◆ Max()

template<typename T >
T TMath::Limits< T >::Max
inlinestatic

Returns minimum double representation.

Definition at line 918 of file TMath.h.

◆ Min()

template<typename T >
T TMath::Limits< T >::Min
inlinestatic

Returns maximum representation for type T.

Definition at line 911 of file TMath.h.


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