---
title: int64Value
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlfeaturevalue/int64value
---

# int64Value

The underlying integer of the feature value.

## Declaration

```swift
var int64Value: Int64 { get }
```

## See Also

### Accessing the feature’s value

- [isUndefined](coreml/mlfeaturevalue/isundefined.md)
- [doubleValue](coreml/mlfeaturevalue/doublevalue.md)
- [stringValue](coreml/mlfeaturevalue/stringvalue.md)
- [imageBufferValue](coreml/mlfeaturevalue/imagebuffervalue.md)
- [shapedArrayValue(of:)](coreml/mlfeaturevalue/shapedarrayvalue(of:).md)
- [multiArrayValue](coreml/mlfeaturevalue/multiarrayvalue.md)
- [sequenceValue](coreml/mlfeaturevalue/sequencevalue.md)
- [dictionaryValue](coreml/mlfeaturevalue/dictionaryvalue.md)
