Fortran.Huge Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Huge( | Gets the largest floating-point number that is not infinite. | 
| Huge( | Gets the largest floating-point number that is not infinite. | 
Huge(Double)
            Gets the largest floating-point number that
            is not infinite.
            
public static double Huge(
	double x
)Parameters
- x Double
- A dummy real number.
Return Value
DoubleAlways returns MaxValue.
Huge(Single)
            Gets the largest floating-point number that
            is not infinite.
            
public static float Huge(
	float x
)Parameters
- x Single
- A dummy real number.
Return Value
SingleAlways returns MaxValue.