-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Arithmetic_OperatorsFactory_GetNaN__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Returns the NaN value.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static T GetNaN<T>()
VB
Public Shared Function GetNaN(Of T) As T
F#
static member GetNaN : unit -> 'T
- T
- The type to get value for.
Type: T
The NaN 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