Function Equalize#
Defined in File constvariant.h
Function Documentation#
-
void Equalize(CConstVariant &rvar1, CConstVariant &rvar2)#
Equalize variants.
Convert the variant of lesser ranking to a higher ranking. This function is used for binary arithmetic operations. The function implements the rules as described at the CConstVariant class description.
- Parameters:
rvar1 – [in] The first variant.
rvar2 – [in] The second variant.