Uses of Class
math.complex.ComplexState
| Package | Description |
|---|---|
| math.complex |
-
Uses of ComplexState in math.complex
Methods in math.complex that return ComplexState Modifier and Type Method Description ComplexStateComplexNumber. getState()static ComplexStateComplexState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComplexState[]ComplexState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in math.complex with parameters of type ComplexState Modifier and Type Method Description voidComplexNumber. setState(ComplexState state)Constructors in math.complex with parameters of type ComplexState Constructor Description ComplexNumber(double real, double imag, ComplexState state)The 2 double arguments have interpretations that vary with the state argument.