API:System.Math.DegToRad

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DegToRad(const Degrees: Single): Single;  { Radians := Degrees * PI / 180 }
function DegToRad(const Degrees: Double): Double;  { Radians := Degrees * PI / 180 }
function DegToRad(const Degrees: Extended): Extended;  { Radians := Degrees * PI / 180 }

C++

extern DELPHI_PACKAGE float __fastcall DegToRad(const float Degrees)/* 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 !