Return the IEEE‐754 difference of two decimal values.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType64
subtract(
ValueType64 lhs,
ValueType64 rhs);
Return Value
difference of lhs and rhs
Parameters
Name |
Description |
lhs |
left‐hand decimal operand |
rhs |
right‐hand decimal operand |
Created with MrDocs