---
title: doubleValue
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsendablefeaturevalue/doublevalue
---

# doubleValue

The double-precision floating-point value, if the contained value is a double.

## Declaration

```swift
var doubleValue: Double? { get }
```

## See Also

### Accessing the values

- [float16Value](coreml/mlsendablefeaturevalue/float16value.md)
- [floatValue](coreml/mlsendablefeaturevalue/floatvalue.md)
- [integerDictionaryValue](coreml/mlsendablefeaturevalue/integerdictionaryvalue.md)
- [integerValue](coreml/mlsendablefeaturevalue/integervalue.md)
- [isScalar](coreml/mlsendablefeaturevalue/isscalar.md)
- [isShapedArray](coreml/mlsendablefeaturevalue/isshapedarray.md)
- [isUndefined](coreml/mlsendablefeaturevalue/isundefined.md)
- [stringArrayValue](coreml/mlsendablefeaturevalue/stringarrayvalue.md)
- [stringDictionaryValue](coreml/mlsendablefeaturevalue/stringdictionaryvalue.md)
- [stringValue](coreml/mlsendablefeaturevalue/stringvalue.md)
- [type](coreml/mlsendablefeaturevalue/type.md)
