OTX Reference  
OpenTestSystem.Otx.Extensions.Math.Terms.Cos Class Reference

Cosine More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Math.Terms.Cos:
Inheritance graph

Public Attributes

NumericTerm rad
 Cardinality [1]
Numeric value which indicates the angle within an angular function. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Cosine

Cos is a term, which returns the cosine of a number (radians).

Syntax
FloatTerm = Math.Cos(NumericTerm rad);
NumericTerm rad
Cardinality [1] Numeric value which indicates the angle within an angular function.
Definition: Math.cs:83
Examples
// Local Declarations
Float Float1;
// Flow
Float1 = Math.Cos(45);

Member Data Documentation

◆ rad

NumericTerm OpenTestSystem.Otx.Extensions.Math.Terms.Cos.rad

Cardinality [1]
Numeric value which indicates the angle within an angular function.