B2R2


UnOpType Type

Unary operator types.

Record fields

Record Field Description

FATAN

Full Usage: FATAN

Field type: UnOpType
Modifiers: static

Arc Tangent

Field type: UnOpType

FCOS

Full Usage: FCOS

Field type: UnOpType
Modifiers: static

Cosine

Field type: UnOpType

FSIN

Full Usage: FSIN

Field type: UnOpType
Modifiers: static

Sine

Field type: UnOpType

FSQRT

Full Usage: FSQRT

Field type: UnOpType
Modifiers: static

Square root

Field type: UnOpType

FTAN

Full Usage: FTAN

Field type: UnOpType
Modifiers: static

Tangent

Field type: UnOpType

NEG

Full Usage: NEG

Field type: UnOpType
Modifiers: static

Make it negative (Two's complement)

Field type: UnOpType

NOT

Full Usage: NOT

Field type: UnOpType
Modifiers: static

Bitwise not (One's complement)

Field type: UnOpType