We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determines whether the type has NaN value.
Namespace: CodeJam.ArithmeticAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool HasNaN<T>()
VB
Public Shared Function HasNaN(Of T) As Boolean
F#
static member HasNaN : unit -> bool
Type: Booleantrue if the type has NaN.
true
OperatorsFactory ClassCodeJam.Arithmetic Namespace