System.Math.CycleToGrad

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

Delphi

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

C++

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

プロパティ

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

説明

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

CycleToGrad は、周期で表された角度を勾配に変換します。

関連項目