Complex.IsNaN(Complex) Method

Definition

Returns a value that indicates whether the specified complex instance is not a number (NaN).

C#
public static bool IsNaN(System.Numerics.Complex value);

Parameters

value
Complex

A complex number.

Returns

true if the specified value is not finite or infinite; otherwise, false.

Implements

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10