Vector.DegreesToRadians Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
DegreesToRadians(Vector<Double>) | |
DegreesToRadians(Vector<Single>) |
DegreesToRadians(Vector<Double>)
public:
static System::Numerics::Vector<double> DegreesToRadians(System::Numerics::Vector<double> degrees);
public static System.Numerics.Vector<double> DegreesToRadians (System.Numerics.Vector<double> degrees);
static member DegreesToRadians : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Function DegreesToRadians (degrees As Vector(Of Double)) As Vector(Of Double)
Параметры
Возвращаемое значение
Применяется к
DegreesToRadians(Vector<Single>)
public:
static System::Numerics::Vector<float> DegreesToRadians(System::Numerics::Vector<float> degrees);
public static System.Numerics.Vector<float> DegreesToRadians (System.Numerics.Vector<float> degrees);
static member DegreesToRadians : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Function DegreesToRadians (degrees As Vector(Of Single)) As Vector(Of Single)
Параметры
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.