Classification
OTL Syntax
FloatTerm = Math.Sin(NumericTerm);
Description
The Sin term is used for calculating the sine of a given angle (in radians).
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
Float |
Sine of the given angle (in radians)
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Rad |
Numeric |
Term |
- |
[1] |
Represents the angle from which the sine shall be calculated (radian interpretation).
|
OTL Examples
Float Float1;
/// Flow
Float1 = Math.Sin(45);
See also
Power
Log
Ln
Cos
Tan