> 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/single.md).

# Single

6. Single: Tek duyarlıklı kayan noktalı sayılar için kullanılan bir veri türüdür. Genellikle bilimsel hesaplamalar ve grafik işleme işlemlerinde kullanılır.

Örnek:

```csharp
float myFloat = 3.1415926f;
Console.WriteLine("Float değeri: " + myFloat);
```
