VarDecCmp function
Compares two variants of type decimal.
Syntax
HRESULT VarDecCmp( _In_ LPDECIMAL pdecLeft, _In_ LPDECIMAL pdecRight );
Parameters
- pdecLeft [in]
-
The first variant.
- pdecRight [in]
-
The second variant.
Return value
This function can return one of these values.
| Return code/value | Description |
|---|---|
|
pdecLeft is less than dblRight. |
|
The two parameters are equal. |
|
pdecLeft is greater than dblRight. |
|
Either expression is null. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: