Operator LessThanOrEqual
| Improve this Doc View SourceLessThanOrEqual(_Decimal, _Decimal)
Compares the two _Decimal parameters to determine whether the first is less than or equal the second.
Declaration
public static _Boolean operator <=(_Decimal x, _Decimal y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Decimal | x | A _Decimal object. |
| _Decimal | y | A _Decimal object. |
Returns
| Type | Description |
|---|---|
| _Boolean | A _Decimal expression which contains the result. |