Quad.IsSubnormal Method

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

Definition

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

Parameters

value  Quad
A quadruple-precision floating-point number.

Return Value

Boolean
true if value is subnormal; otherwise false.

Implements

INumberBase<TSelf>.IsSubnormal(TSelf)

See Also