API:System.Math.RadToDeg

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

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。