|
STK++ 0.9.13
|
Specialization for Binary. More...
#include <STK_Binary.h>

Static Public Member Functions | |
| static Binary | NA () throw () |
| Adding a Non Available (NA) special number. | |
| static bool | isNA (const Binary &x) throw () |
| Test if x is a Non Available (NA) special number. | |
| static bool | isInfinite (const Binary &x) throw () |
| test if x is infinite. | |
| static bool | isFinite (const Binary &x) throw () |
| test if x is finite. | |
Static Public Attributes | |
| static const bool | hasNA = true |
| True if the type has a representation for a "Not Available". | |
Specialization for Binary.
NA (not available) numbers is part of the enum Binary.
Definition at line 59 of file STK_Binary.h.
test if x is finite.
| x | the Binary number to test. |
Definition at line 76 of file STK_Binary.h.
References STK::Arithmetic< Type >::isInfinite(), and STK::Arithmetic< Type >::isNA().
test if x is infinite.
| x | the Binary number to test. |
Definition at line 72 of file STK_Binary.h.
Test if x is a Non Available (NA) special number.
| x | the Binary number to test. |
Definition at line 68 of file STK_Binary.h.
References STK::binaryNA_.
|
inlinestatic | |||||||||||||
Adding a Non Available (NA) special number.
Definition at line 62 of file STK_Binary.h.
References STK::binaryNA_.
|
static |
True if the type has a representation for a "Not Available".
Definition at line 64 of file STK_Binary.h.