Big Float.Get Decimal Digits Method
Gets the approximate number of decimal digits in the BigFloat value.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
THe approximate base 10 logarithm of the magnitude of the number.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double GetDecimalDigits()
Return Value
DoubleTHe approximate base 10 logarithm of the magnitude of the number.
Remarks
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.