Common base for floating point operations

All the derived expressions support 1-4 component input values and will return a value of the same size.

Acos ux

The invserse trigonometric cosine of the input

Asin ux

The invserse trigonometric sine of the input

Atan ux

The invserse trigonometric tangent of the input

Cos ux

The trigonometric cosine of the input angle (in radians)

Sin ux

The trigonometric sine of the input angle (in radians)

Tan ux

The trigonometric tangent of the input angle (in radians)

ToFloat ux

Forces a conversion to floating point. This supports any 1-4 component float vector.

Trunc ux

Rounds to the next whole integer closer to zero

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Expressions 2.9.1
Show Uno properties and methods

Interface of UnaryFloatOperator

Inherited from UnaryOperator

Inherited from ComputeExpression

Inherited from Expression

Inherited from object

Implemented Interfaces