IOperations<T>.IsNegativeInfinity Method

Returns whether a number equals negative infinity.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
bool IsNegativeInfinity(
	T x
)

Parameters

x  T
 

Return Value

Boolean

See Also