MATLAB Compiler Previous page   Next Page

static double GetNaN()

Get value of NaN (Not-a-Number).

C++ syntax

    Arguments

None

Return value

The value of NaN (Not-a-Number) on your system.

Description

Call mwArray::GetNaN to return the value of NaN for your system. NaN is the IEEE arithmetic representation for Not-a-Number. Certain mathematical operations return NaN as a result, for example,

The value of NaN is built in to the system; you cannot modify it.


Previous page  static mwArray Deserialize(const mwArray& arr) static double GetEps() Next page

© 1994-2005 The MathWorks, Inc.