System.Math.DegToGrad

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

Delphi

function DegToGrad(const Degrees: Single): Single;
function DegToGrad(const Degrees: Double): Double;
function DegToGrad(const Degrees: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall DegToGrad(const float Degrees)/* overload */;

プロパティ

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

説明

度で表された値を勾配に変換して返します。

DegToGrad を使用すると、度で表された角度を、勾配で表された値に変換できます。

関連項目