-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Arithmetic_OperatorsFactory_HasPositiveInfinity__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Determines whether the type has positive infinity value.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool HasPositiveInfinity<T>()VB
Public Shared Function HasPositiveInfinity(Of T) As BooleanF#
static member HasPositiveInfinity : unit -> bool
- T
- The type to check.
Type: Booleantrue if the type has positive infinity value.