System.Math.GradToDeg
Delphi
function GradToDeg(const Grads: Single): Single;
function GradToDeg(const Grads: Double): Double;
function GradToDeg(const Grads: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall GradToDeg(const float Grads)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
勾配で表された値を度に変換します。
GradToDeg は、勾配で表された角度を度に変換します。