Fortran.Min Exponent 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
Min | Gets the smallest possible exponent of a floating-point number. |
Min | Gets the smallest possible exponent of a floating-point number. |
MinExponent(Double)
Gets the smallest possible exponent of a
floating-point number.
public static int MinExponent(
double x
)
Parameters
- x Double
- A dummy real number.
Return Value
Int32Always returns -1021.
MinExponent(Single)
Gets the smallest possible exponent of a
floating-point number.
public static int MinExponent(
float x
)
Parameters
- x Single
- A dummy real number.
Return Value
Int32Always returns -125.