Parameter

Enum used inside compxclib.ComplexNumber to overload the compxclib.ComplexNumber.inc and compxclib.ComplexNumber.dec operators.

The inc and dec methods inside compxclib.ComplexNumber can be called as an operator, and they will assume the parameter is BOTH, otherwise it can be called as a function and specify which kind of parameter you wish to increment or decrease

Since

Version 1.0

See also

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator override fun compareTo(other: Parameter): Int
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun valueOf(value: String): Parameter

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.