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