System.Math.CycleToDeg

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CycleToDeg(const Cycles: Single): Single;
function CycleToDeg(const Cycles: Double): Double;
function CycleToDeg(const Cycles: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall CycleToDeg(const float Cycles)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

角度の値を周期から度に変換します。

CycleToDeg は、周期で表された角度を度に変換します。変換式は以下のとおりです。

度 = 周期 * 360

関連項目