API:System.Math.RadToDeg

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !