C# Класс PclUnit.Constraints.Pieces.NaNConstraint

NaNConstraint tests that the actual value is a double or float NaN
Наследование: Constraint
Показать файл Открыть проект

Открытые методы

Метод Описание
Matches ( object actual ) : bool

Test that the actual value is an NaN

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a specified writer

Описание методов

Matches() публичный Метод

Test that the actual value is an NaN
public Matches ( object actual ) : bool
actual object
Результат bool

WriteDescriptionTo() публичный Метод

Write the constraint description to a specified writer
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter
Результат void