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