---
title: int64Values
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsequence/int64values
---

# int64Values

An array of 64-bit integers in the sequence.

## Declaration

```swift
var int64Values: [NSNumber] { get }
```

## Discussion

Discussion Only use this property when the sequence’s type is MLFeatureType.int64.

## See Also

### Retrieving the Sequence’s Values

- [stringValues](coreml/mlsequence/stringvalues.md)
