BigFloat.IsNormal Method

Determines if a value is normal.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsNormal(
	BigFloat value
)

Parameters

value  BigFloat
The value to be checked.

Return Value

Boolean
true if value is normal; otherwise, false.

Implements

INumberBase<TSelf>.IsNormal(TSelf)

See Also