> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/.net-tarafi/konular/degiskenler/decimal.md).

# Decimal

8. Decimal: Hassas finansal hesaplamalar ve para birimi işlemleri için kullanılan bir veri türüdür.

Örnek:

```csharp
decimal myDecimal = 999.99m;
Console.WriteLine("Decimal değeri: " + myDecimal);
```
