finished by
FEEL built-in function · Range functions
finished by(range, a)
Returns true if range ends exactly where a ends and contains it, the mirror of finishes.
Parameters
| Parameter | Type | Description |
|---|---|---|
| range | range | the enclosing range |
| a | point or range | the candidate ending together with range |
Examples
finished by([1..10], [5..10])
true
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).