VarR4CmpR8.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/vartype.c".

Debug channel "variant".