-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.Pow(ExtendedNumerics.BigDecimal,ExtendedNumerics.BigDecimal,int)
Adam White edited this page Oct 7, 2024
·
1 revision
Returns a specified number raised to the specified power.
Note: This method may be a bit slower than the other Pow overloads. Prefer the other overloads if possible.
To improve execution speed, set AlwaysTruncate to true
and set Precision to only the precision that you need.
public static ExtendedNumerics.BigDecimal Pow(ExtendedNumerics.BigDecimal @base, ExtendedNumerics.BigDecimal exponent, int precision);
base
BigDecimal
exponent
BigDecimal
precision
System.Int32