API:System.Math.RadToDeg
Delphi
function RadToDeg(const Radians: Single): Single; { Degrees := Radians * 180 / PI }
function RadToDeg(const Radians: Double): Double; { Degrees := Radians * 180 / PI }
function RadToDeg(const Radians: Extended): Extended; { Degrees := Radians * 180 / PI }
C++
extern DELPHI_PACKAGE float __fastcall RadToDeg(const float Radians)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。