Operation

class Operation

Represents an arithmetic operation to compute spectral index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Textual representation of the math operation; Equation used to compute the spectral index.

Link copied to clipboard

The name of the operation.

Link copied to clipboard

The type of the operation.

Functions

Link copied to clipboard
inline fun copy(block: Operation.Builder.() -> Unit = {}): Operation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String