---
title: decimalValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsdecimalnumber/decimalvalue
---

# decimalValue

The decimal number’s value, expressed as an Decimal structure.

## Declaration

```swift
var decimalValue: Decimal { get }
```

## See Also

### Accessing the Value

- [doubleValue](foundation/nsdecimalnumber/doublevalue.md)
- [description(withLocale:)](foundation/nsdecimalnumber/description(withlocale:).md)
- [objCType](foundation/nsdecimalnumber/objctype.md)
