Classes in Namespace

State classes which are introduced in the System.Numerics namespace.

E

Expert

Verified

Following two new classes are introduced in System.Numerics namespace:

a) BigInteger -  It refers to a non-primitive integral type, that holds a value of variable size. It has no upper and lower limit, making it possible to perform the arithmetic calculations including large numbers, even with the numbers which cannot be hold by long or double.

b) Complex - It represents complex numbers and allows different arithmetic operations including complex numbers.  Complex number is a number represented in the form a + bi, where a is real part, and b is imaginary part.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.