Fortran.Huge Method

Definition

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

Overload List

Huge(Double) Gets the largest floating-point number that is not infinite.
Huge(Single) Gets the largest floating-point number that is not infinite.

Huge(Double)

Gets the largest floating-point number that is not infinite.
C#
public static double Huge(
	double x
)

Parameters

x  Double
A dummy real number.

Return Value

Double
Always returns MaxValue.

Huge(Single)

Gets the largest floating-point number that is not infinite.
C#
public static float Huge(
	float x
)

Parameters

x  Single
A dummy real number.

Return Value

Single
Always returns MaxValue.

See Also