Fortran.Radix Method

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Radix(Double) Gets the base of a floating-point number.
Radix(Single) Gets the base of a floating-point number.

Radix(Double)

Gets the base of a floating-point number.
C#
public static int Radix(
	double x
)

Parameters

x  Double
A dummy real number.

Return Value

Int32
Always returns 2.

Radix(Single)

Gets the base of a floating-point number.
C#
public static int Radix(
	float x
)

Parameters

x  Single
A dummy real number.

Return Value

Int32
Always returns 2.

See Also