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.6
C#
The approximate base 10 logarithm of the magnitude of the number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
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.