Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 888 Bytes

File metadata and controls

50 lines (46 loc) · 888 Bytes
title operator LE | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
LE
operator LE
dev_langs
C++
helpviewer_keywords
LE operator
operator LE
ms.assetid 3192e7ac-7577-47bd-ae3e-2cdebcc4e568
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

operator LE

Returns true (-1) if expression1 is less than or equal to expression2, or returns false (0) if it is not.

Syntax

  
expression1 LE expression2  

See Also

Operators Reference