BigFloat.GetDecimalDigits 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#
public double GetDecimalDigits()

Return Value

Double
THe 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.

See Also