Skip to content

ExtendedNumerics.BigDecimal.SquareRoot(ExtendedNumerics.BigDecimal,int)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.SquareRoot(BigDecimal, int) Method

Returns the square root of the supplied BigDecimal to the given number of places..

public static ExtendedNumerics.BigDecimal SquareRoot(ExtendedNumerics.BigDecimal input, int decimalPlaces);

Parameters

input BigDecimal

decimalPlaces System.Int32

Returns

BigDecimal

Clone this wiki locally