---
title: NSDecimalNoScale
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsdecimalnoscale
---

# NSDecimalNoScale

Specifies that the number of digits allowed after the decimal separator in a decimal number should not be limited.

## Declaration

```swift
var NSDecimalNoScale: Int32 { get }
```

## See Also

### Getting particular decimals

- [greatestFiniteMagnitude](foundation/decimal/greatestfinitemagnitude.md)
- [leastFiniteMagnitude](foundation/decimal/leastfinitemagnitude.md)
- [leastNonzeroMagnitude](foundation/decimal/leastnonzeromagnitude.md)
- [leastNormalMagnitude](foundation/decimal/leastnormalmagnitude.md)
- [pi](foundation/decimal/pi.md)
- [nan](foundation/decimal/nan.md)
- [quietNaN](foundation/decimal/quietnan.md)
- [radix](foundation/decimal/radix.md)
- [NSDecimalMaxSize](foundation/nsdecimalmaxsize.md)
