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, toString
clone, equals
public ComplexDouble()
public double real()
public ComplexDouble real(double real)
public double imag()
public ComplexDouble imag(double imag)
Copyright © 2009-2020. All Rights Reserved.