UnaryOperator-class function

The UnaryOperator class.

The UnaryOperator class.

This base class represents expressions involving unary operators. class

## S4 method for signature 'UnaryOperator' name(x) ## S4 method for signature 'UnaryOperator' to_numeric(object, values)

Arguments

  • x, object: A UnaryOperator object.
  • values: A list of arguments to the atom.

Methods (by generic)

  • name(UnaryOperator): Returns the expression in string form.
  • to_numeric(UnaryOperator): Applies the unary operator to the value.

Slots

  • expr: The Expression that is being operated upon.
  • op_name: A character string indicating the unary operation.
  • Maintainer: Anqi Fu
  • License: Apache License 2.0 | file LICENSE
  • Last published: 2024-11-07