Complex.IsFinite(Complex) Method

Definition

Determines whether the specified complex number is finite.

public static bool IsFinite (System.Numerics.Complex value);

Parameters

value
Complex

A complex number.

Returns

true if both, the real and imaginary parts are finite (zero, subnormal or normal); otherwise, false.

Implements

Applies to

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