Int32.INumberBase<Int32>.IsImaginaryNumber(Int32) Method

Definition

Determines if a value represents a pure imaginary number.

C#
static bool INumberBase<int>.IsImaginaryNumber(int value);

Parameters

value
Int32

The value to be checked.

Returns

true if value is a pure imaginary number; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10