---
title: "checkParameterRangeContains(value:context:)"
framework: appintents
role: symbol
role_heading: Instance Method
path: "appintents/rangecheckingresolver/checkparameterrangecontains(value:context:)"
---

# checkParameterRangeContains(value:context:)

## Declaration

```swift
func checkParameterRangeContains<Value>(value: Value, context: IntentParameterContext<Self.Output>) throws where Value : RangeComparableProperty, Value == Self.Output.ValueType, Self.Output : Sendable
```
