---
title: float16Value
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsendablefeaturevalue/float16value
---

# float16Value

The 16-bit floating-point value, if the contained value is a 16-bit float.

## Declaration

```swift
var float16Value: Float16? { get }
```

## See Also

### Accessing the values

- [doubleValue](coreml/mlsendablefeaturevalue/doublevalue.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)
