SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
TLFlt () | |
TLFlt (const ldouble &_Val) | |
operator ldouble () const | |
TLFlt (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TLFlt & | operator= (const TLFlt &LFlt) |
bool | operator== (const TLFlt &LFlt) const _CMPWARN |
bool | operator== (const ldouble &LFlt) const _CMPWARN |
bool | operator!= (const ldouble &LFlt) const _CMPWARN |
bool | operator< (const TLFlt &LFlt) const |
ldouble | operator() () const |
TLFlt & | operator+= (const ldouble &LFlt) |
TLFlt & | operator-= (const ldouble &LFlt) |
int | GetMemUsed () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
Static Public Member Functions | |
static TStr | GetStr (const ldouble &Val, const int &Width=-1, const int &Prec=-1) |
static TStr | GetStr (const TLFlt &LFlt, const int &Width=-1, const int &Prec=-1) |
static TStr | GetStr (const ldouble &Val, const char *FmtStr) |
static TStr | GetStr (const ldouble &Val, const TStr &FmtStr) |
Public Attributes | |
ldouble | Val |
Static Public Attributes | |
static const ldouble | Mn =-LDBL_MAX |
static const ldouble | Mx =+LDBL_MAX |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 1473 of file dt.h.
Definition at line 2291 of file dt.cpp.
Definition at line 1476 of file dt.h.
Definition at line 2275 of file dt.cpp.
|
inline |
|
inline |