-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Arithmetic_OperatorsFactory_GetNegativeInfinity__1
andrewvk edited this page Jun 23, 2016
·
5 revisions
Returns the negative infinity value.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static T GetNegativeInfinity<T>()VB
Public Shared Function GetNegativeInfinity(Of T) As TF#
static member GetNegativeInfinity : unit -> 'T
- T
- The type to get value for.
Type: T
The negative infinity value or if the type has no corresponding value.
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown if the type has no corresponding value. |
OperatorsFactory Class
CodeJam.Arithmetic Namespace
System.NotSupportedException