Uses of Enum
math.complex.ComplexState
Packages that use ComplexState
-
Uses of ComplexState in math.complex
Fields in math.complex declared as ComplexStateMethods in math.complex that return ComplexStateModifier and TypeMethodDescriptionComplexNumber.getState()
static ComplexState
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 ComplexStateConstructors in math.complex with parameters of type ComplexStateModifierConstructorDescriptionComplexNumber
(double real, double imag, ComplexState state) The 2 double arguments have interpretations that vary with the state argument.