UnaryFloatOperator Class
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
Ceil ux
Cos ux
The trigonometric cosine of the input angle (in radians)
DegreesToRadians ux
Exp ux
Exp2 ux
Floor ux
Fract ux
Log ux
Log2 ux
RadiansToDegrees ux
Round ux
Sign ux
Sin ux
The trigonometric sine of the input angle (in radians)
Sqrt ux
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
Interface of UnaryFloatOperator
Inherited from UnaryOperator
Compute(object) : object uno
IsOperandOptional : bool uno
OnLostOperand(IListener) uno
OnNewOperand(IListener, object) uno
Operand : Expression uno
TryCompute(object, object) : bool uno
Inherited from ComputeExpression
GetArgument(int) : Expression uno
Name : string uno
TryCompute(Argument[], object) : bool uno
Inherited from Expression
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
Subscribe(IContext, IListener) : IDisposable uno
See IExpression.Subscribe
for docs.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Implemented Interfaces
IExpression uno
ISourceLocation uno
hide