Big Float.Is Normal Method
Determines if a value is normal.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if value is normal; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsNormal(
BigFloat value
)
Parameters
- value BigFloat
- The value to be checked.
Return Value
Booleantrue if value is normal; otherwise, false.