rad(Array) Function

Top 

Description

Converts the specified value from degrees to radians.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Function Signature

rad(

Array A)

 

 

Arguments

A


Description:

The array which will be converted, element-by-element, to radians.

 

 

 

Return Value

Type:

Array of number

Units:

rad

 

 

An array containing the converted values of each element of array A in radians.

 

Syntax

myArray1 = rad(myArray2);

 

 

See also

rad