VarCyCmpR8 function (oleauto.h)

Compares a variant of type currency with a value of type double.

Syntax

HRESULT VarCyCmpR8(
  [in] CY     cyLeft,
  [in] double dblRight
);

Parameters

[in] cyLeft

The first variant.

[in] dblRight

The second variant.

Return value

This function can return one of these values.

Return code/value Description
VARCMP_LT
0
cyLeft is less than dblRight.
VARCMP_EQ
1
The two parameters are equal.
VARCMP_GT
2
cyLeft is greater than dblRight.
VARCMP_NULL
3
Either expression is null.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll