Scroll to navigation

VarR4CmpR8(3w) Wine API VarR4CmpR8(3w)

NAME

VarR4CmpR8 (OLEAUT32.316)

SYNOPSIS

HRESULT VarR4CmpR8
(
float fltLeft,
double dblRight
)
 

DESCRIPTION

Compare a VT_R4 to a VT_R8.
 

PARAMS

fltLeft [In] Source.
dblRight [In] Value to compare.
 

RETURNS

VARCMP_LT, VARCMP_EQ or VARCMP_GT indicating that fltLeft is less than, equal to or greater than dblRight respectively.
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/vartype.c".
Debug channel "variant".
Oct 2012 Wine API