Skip to content

NaNConstraint

jnm2 edited this page Jun 14, 2017 · 5 revisions

NaNConstraint tests that a value is floating-point NaN.

Constructor

NaNConstraint()

Syntax

Is.NaN

Examples of Use

Assert.That( aDouble, Is.NaN );
Assert.That( aDouble, Is.Not.NaN );
Clone this wiki locally