Showing results for Numerics - .NET Blog

Aug 31, 2020
29
0

Introducing the Half type!

Prashanth Govindarajan
Prashanth Govindarajan

The specification defines many floating point types, including: , , and . Most developers are familiar with (equivalent to in C#) and (equivalent to in C#). They provide a standard format to represent a wide range of values with a precision acceptable for many applications. .NET has always had and and with .NET 5 Preview 7, we've added a ...

.NET.NET CoreC#