11 c# Floating point numeric types in c#

Опубликовано: 12 Январь 2025
на канале: Moshax
41
2

سلسلة تعلم c sharp للمبتدئين

Floating point numeric types

The floating-point numeric types represent real numbers. All floating-point numeric types are value types. They are also simple types and can be initialized with literals.

The decimal type is appropriate when the required degree of precision is determined by the number of digits to the right of the decimal point. Such numbers are commonly used in financial applications