API:System.Math.RadToCycle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function RadToCycle(const Radians: Single): Single;{ Cycles := Radians / 2PI }
function RadToCycle(const Radians: Double): Double;{ Cycles := Radians / 2PI }
function RadToCycle(const Radians: Extended): Extended;{ Cycles := Radians / 2PI }

C++

extern DELPHI_PACKAGE float __fastcall RadToCycle(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 !