---
title: INDoubleResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/indoubleresolutionresult
---

# INDoubleResolutionResult

A resolution result for a double value associated with an intent.

## Declaration

```swift
class INDoubleResolutionResult
```

## Overview

Overview An INDoubleResolutionResult object is what you return when resolving floating-point parameters of an intent object. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/indoubleresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/indoubleresolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Inherited By

- [INPlayMediaPlaybackSpeedResolutionResult](intents/inplaymediaplaybackspeedresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Numerical Values

- [INIntegerResolutionResult](intents/inintegerresolutionresult.md)
- [INBooleanResolutionResult](intents/inbooleanresolutionresult.md)
