Indicates whether a complex number is a pure
imaginary number.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public bool IsImaginary { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property IsImaginary As Boolean
Get
|
| Visual C++ |
public:
property bool IsImaginary {
bool get ();
}
|
| F# |
member IsImaginary : bool
|
Field Value
true
True
true
true (True in Visual Basic) if the real part of the complex
number is zero,
falseFalsefalsefalse (False in Visual Basic) if not.
Remarks
See Also