Skip to content

M_CodeJam_Arithmetic_OperatorsFactory_HasNaN__1

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

OperatorsFactory.HasNaN(T) Method

Determines whether the type has NaN value.

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

Syntax

C#

public static bool HasNaN<T>()

VB

Public Shared Function HasNaN(Of T) As Boolean

F#

static member HasNaN : unit -> bool 

Type Parameters

 

T
The type to check.

Return Value

Type: Boolean
true if the type has NaN.

See Also

Reference

OperatorsFactory Class
CodeJam.Arithmetic Namespace

Clone this wiki locally