-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Arithmetic_OperatorsFactory_HasPositiveInfinity__1
andrewvk edited this page Jul 1, 2016
·
5 revisions
Determines whether the type has positive infinity value.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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.