fabs overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for fabs.
static
Decimal128
fabs(Decimal128 value);
Return the absolute value of the specified value.
Same as the overload taking Decimal32.
Return Value
absolute value of value
Parameters
Name |
Description |
value |
decimal value |
Created with MrDocs