VarCyCmpR8 function
Compares a variant of type currency with a value of type double.
Syntax
HRESULT VarCyCmpR8(
_In_ CY cyLeft,
_In_ double dblRight
);
Parameters
- cyLeft [in]
-
The first variant.
- dblRight [in]
-
The second variant.
Return value
This function can return one of these values.
| Return code/value | Description |
|---|---|
|
cyLeft is less than dblRight. |
|
The two parameters are equal. |
|
cyLeft is greater than dblRight. |
|
Either expression is null. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: