VarR4CmpR8 function
Compares two variants of types float and double.
Syntax
HRESULT VarR4CmpR8( _In_ float fltLeft, _In_ double dblRight );
Parameters
- fltLeft [in]
-
The first variant.
- dblRight [in]
-
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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: