deg(Variable) Function

Top 

Description

Converts the specified value from radians to degrees.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

deg(

Variable x)

 

 

Arguments

x


Description:

The value which will be converted to degrees.

Units:

rad

 

 

 

Return Value

Type:

number

Units:

deg

 

 

The value in degrees.

 

Syntax

myVariable1 = deg(myVariable2);

 

 

Example 1

 

 

See also

deg