---
title: "isLess(than:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/decimal/isless(than:)"
---

# isLess(than:)

Indicates whether this decimal is less than the specified one.

## Declaration

```swift
func isLess(than other: Decimal) -> Bool
```

## See Also

### Comparing decimals

- [isEqual(to:)](foundation/decimal/isequal(to:).md)
- [isLessThanOrEqualTo(_:)](foundation/decimal/islessthanorequalto(_:).md)
- [isTotallyOrdered(belowOrEqualTo:)](foundation/decimal/istotallyordered(beloworequalto:).md)
- [distance(to:)](foundation/decimal/distance(to:).md)
- [advanced(by:)](foundation/decimal/advanced(by:).md)
- [NSDecimalCompare(_:_:)](foundation/nsdecimalcompare(_:_:).md)
