public class ComplexDouble extends StructObject
| Constructor and Description |
|---|
ComplexDouble() |
| Modifier and Type | Method and Description |
|---|---|
double |
imag() |
ComplexDouble |
imag(double imag) |
double |
real() |
ComplexDouble |
real(double real) |
offsetOfField, toStringclone, equalspublic ComplexDouble()
public double real()
public ComplexDouble real(double real)
public double imag()
public ComplexDouble imag(double imag)
Copyright © 2009-2015. All Rights Reserved.