ILNumerics Ultimate VS

complexIsNaN Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Test if any of real or imaginary parts are NAN's

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static bool IsNaN(
	complex input
)

Parameters

input
Type: ILNumericscomplex
Complex number to test

Return Value

Type: Boolean
true if any of real or imag part is not a number
Remarks

[ILNumerics Core Module]

See Also

Reference