Uses of Enum
math.complex.ComplexState
Packages that use ComplexState
-
Uses of ComplexState in math.complex
Subclasses with type arguments of type ComplexState in math.complexFields in math.complex declared as ComplexStateMethods in math.complex that return ComplexStateModifier and TypeMethodDescriptionComplexNumber.getState()static ComplexStateReturns 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.