Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two variants of types float and double.
Syntax
HRESULT VarR4CmpR8(
[in] float fltLeft,
[in] double dblRight
);
Parameters
[in] fltLeft
The first variant.
[in] dblRight
The second variant.
Return value
The function returns the following as a SUCCESS HRESULT.
Return code/value | Description |
---|---|
|
fltLeft is less than dblRight. |
|
The two parameters are equal. |
|
fltLeft is greater than dblRight. |
|
Either expression is NULL. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |