Big Float.Get Decimal Digits Method
Gets the approximate number of decimal digits in the BigFloat value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
THe approximate base 10 logarithm of the magnitude of the number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.