![]() |
User-Defined Function API
9.0
|
C++ representation of the XQuery type xs:decimal. More...
#include <MarkLogic.h>

Public Member Functions |
|
| Decimal (DecimalType v) | |
| Decimal | operator- () const |
| Decimal | operator- (Decimalo) const |
| Decimal | operator+ () const |
| Decimal | operator+ (Decimalo) const |
| operator DecimalType & () | |
| operator const DecimalType & () const | |
| bool | operator< (Decimalo) const |
| bool | operator<= (Decimalo) const |
| bool | operator> (Decimalo) const |
| bool | operator>= (Decimalo) const |
| bool | operator== (Decimalo) const |
| bool | operator!= (Decimalo) const |
| Decimal | operator* (Decimalo) const |
| Decimal | operator/ (Decimalo) const |
| Decimal | operator-- (int) |
| Decimal & | operator-- () |
| Decimal | operator++ (int) |
| Decimal & | operator++ () |
| Decimal & | operator-= (Decimalo) |
| Decimal & | operator+= (Decimalo) |
| Decimal & | operator*= (Decimalo) |
| Decimal & | operator/= (Decimalo) |
Protected Types |
|
|
typedef CTypeWrapperF< Decimal, DecimalType > |
Base |
Protected Attributes |
|
| DecimalType | val |
C++ representation of the XQuery type xs:decimal.