Fortran.Digits Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Digits( | Gets the number of binary digits in the mantissa of a floating-point number. |
Digits( | Gets the number of binary digits in the mantissa of a floating-point number. |
Digits(Double)
Gets the number of binary digits in the mantissa
of a floating-point number.
public static int Digits(
double x
)
Parameters
- x Double
- A dummy real number.
Return Value
Int32Always returns 53.
Digits(Single)
Gets the number of binary digits in the mantissa
of a floating-point number.
public static int Digits(
float x
)
Parameters
- x Single
- A dummy real number.
Return Value
Int32Always returns 24.