STK++ 0.9.13
|
Specialization for Sign. More...
#include <STK_Sign.h>
Static Public Member Functions | |
static Sign | NA () throw () |
Adding a Non Available (NA) special number. | |
static bool | isNA (const Sign &x) throw () |
Test if x is a Non Available (NA) special number. | |
static bool | isInfinite (const Sign &x) throw () |
Test if x is infinite. | |
static bool | isFinite (const Sign &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 Sign.
NA (not available) numbers is part of the union
.
Definition at line 64 of file STK_Sign.h.
Test if x is finite.
x | the Sign number to test. |
Definition at line 81 of file STK_Sign.h.
References STK::Arithmetic< Type >::isInfinite(), and STK::Arithmetic< Type >::isNA().
Test if x is infinite.
x | the Sign number to test. |
Definition at line 77 of file STK_Sign.h.
Test if x is a Non Available (NA) special number.
x | the Sign number to test. |
Definition at line 73 of file STK_Sign.h.
References STK::signNA_.
|
inlinestatic |
Adding a Non Available (NA) special number.
Definition at line 67 of file STK_Sign.h.
References STK::signNA_.
|
static |
True if the type has a representation for a "Not Available".
Definition at line 69 of file STK_Sign.h.