ComplexImag Method (Complex) |
Returns the imaginary part of a Complex object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Imag(
Complex z
)
Public Shared Function Imag (
z As Complex
) As Double
public:
static double Imag(
Complex z
)
static member Imag :
z : Complex -> float
Parameters
- z
- Type: Imsl.MathComplex
A Complex object.
Return Value
Type:
Double
A
double representing the imaginary part of the
Complex
object,
z.
See Also