ILNumerics.Net
IsNaN Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexIsNaN(complex)
ILNumerics.Net - numeric computing for .NET
test if any of real or imaginary parts are NAN's
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsNaN(
	complex input
)
Public Shared Function IsNaN ( _
	input As complex _
) As Boolean
public:
static bool IsNaN(
	complex input
)
Parameters
input (complex)
complex number to test
Return Value
true if any of real or imag part is not a number

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)