Fortran.Radix 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
Radix( | Gets the base of a floating-point number. |
Radix( | Gets the base of a floating-point number. |
Radix(Double)
Gets the base of a floating-point number.
public static int Radix(
double x
)
Parameters
- x Double
- A dummy real number.
Return Value
Int32Always returns 2.
Radix(Single)
Gets the base of a floating-point number.
public static int Radix(
float x
)
Parameters
- x Single
- A dummy real number.
Return Value
Int32Always returns 2.