Checks to see if one number is less than or equal to another, and returns a Boolean result.
| Property | Type | Description |
|---|---|---|
| numberA | Number | Returns true if numberA is less than or equals numberB. |
| numberB | Number | Returns true if numberA and numberB are null.
Returns false if numberA or numberB is null. |
Comments
0 comments
Please sign in to leave a comment.