Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMath::Limits< T > Struct Template Reference

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

Definition at line 407 of file TMath.h.

Static Public Member Functions

staticEpsilon ()
 Returns minimum double representation.
 
staticMax ()
 Returns minimum double representation.
 
staticMin ()
 Returns maximum representation for type T.
 

#include <TMath.h>

Member Function Documentation

◆ Epsilon()

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

Returns minimum double representation.

Definition at line 941 of file TMath.h.

◆ Max()

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

Returns minimum double representation.

Definition at line 933 of file TMath.h.

◆ Min()

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

Returns maximum representation for type T.

Definition at line 925 of file TMath.h.


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