Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static bool IsNaN(
SingleComplex z
)
Public Shared Function IsNaN (
z As SingleComplex
) As Boolean
public:
static bool IsNaN(
SingleComplex z
)
static member IsNaN :
z : SingleComplex -> bool
Parameters
- z
- Type: Extreme.MathematicsSingleComplex
A SingleComplex number.
Return Value
Type:
Booleantrue if the real or imaginary part
is
NaN; otherwise
false.
Use this method rather than testing for equality with
NaN. By definition, NaN is not equal to
any other number, including itself.
Numerical Libraries
Supported in: 5.x, 4.x
Reference