Complex.IsFinite(Complex) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified complex number is finite.
public:
static bool IsFinite(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsFinite;
public:
static bool IsFinite(System::Numerics::Complex value);
C#
public static bool IsFinite(System.Numerics.Complex value);
static member IsFinite : System.Numerics.Complex -> bool
Public Shared Function IsFinite (value As Complex) As Boolean
- value
- Complex
A complex number.
true
if both, the real and imaginary parts are finite (zero, subnormal or normal); otherwise, false
.
Продукт | Версии |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: