LessThanOrEqual Method (DB2Int16)
In This Topic
Determines whether the first of two
DB2Int16 values is less than or equal to the second.
Syntax
Parameters
- x
- First DB2Int16.
- y
- Second DB2Int16.
Return Value
true if the first of two
DB2Int16 values is less than or equal to the second; otherwise,
false.
See Also