Quad.IsInfinity Method

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

Definition

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

Parameters

value  Quad
A quadruple-precision floating-point number.

Return Value

Boolean
true if value equals positive or negative infinity; otherwise false.

Implements

INumberBase<TSelf>.IsInfinity(TSelf)

See Also