IOperations<T>.IsPositiveInfinity Method

Returns whether a number equals positive infinity.

Definition

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

Parameters

x  T
 

Return Value

Boolean

See Also