Quad.IsNormal Method

Returns whether the specified quadruple-precision floating-point number is normal.

Definition

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

Parameters

value  Quad
A quadruple-precision floating-point number.

Return Value

Boolean
true if value is finite and not zero; otherwise false.

Implements

INumberBase<TSelf>.IsNormal(TSelf)

See Also