OracleNumber.LessThanOrEqual Method
.NET Framework 2.0
Performs a logical comparison of the two OracleNumber parameters to determine whether the first is less than or equal to the second.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public static OracleBoolean LessThanOrEqual ( OracleNumber x, OracleNumber y )
public static function LessThanOrEqual ( x : OracleNumber, y : OracleNumber ) : OracleBoolean
Parameters
- x
An OracleNumber structure.
- y
An OracleNumber structure.
Return Value
An OracleBoolean that is True if the first instance is less than or equal to the second instance, otherwise False. If either instance of OracleNumber is null, the Value of the OracleBoolean is Null.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.