Skip to content

M_CodeJam_Arithmetic_OperatorsFactory_GetPositiveInfinity__1

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

OperatorsFactory.GetPositiveInfinity(T) Method

Returns the positive infinity value.

Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static T GetPositiveInfinity<T>()

VB

Public Shared Function GetPositiveInfinity(Of T) As T

F#

static member GetPositiveInfinity : unit -> 'T 

Type Parameters

 

T
The type to get value for.

Return Value

Type: T
The positive infinity value or if the type has no corresponding value.

Exceptions

 

Exception Condition
NotSupportedException Thrown if the type has no corresponding value.

See Also

Reference

OperatorsFactory Class
CodeJam.Arithmetic Namespace
System.NotSupportedException

Clone this wiki locally