Skip to content

NaNConstraint

Chris Maddock edited this page May 27, 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