Gets the approximate number of decimal digits in the
BigFloat value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double GetDecimalDigits()
Public Function GetDecimalDigits As Double
public:
double GetDecimalDigits()
member GetDecimalDigits : unit -> float
Return Value
Type:
DoubleTHe approximate base 10 logarithm of the magnitude of the number.
This value is only an approximation with about 8 digits of accuracy. Negative values
indicate that the absolute value of the number is less than one.
Reference