General

Math Sqrt Decimal in C#

Math.Sqrt metod return double type by default due to performance.

If you want to find square root of a decimal number, you can use following code example

C# Code:

 

More Math.Sqrt example click here

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.