---
title: intValue
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatavalue/intvalue
---

# intValue

The underlying integer value.

## Declaration

```swift
var intValue: Int? { get }
```

## See Also

### Accessing numeric values

- [doubleValue](createml/mldatavalue/doublevalue.md)
