System.Math.DegToCycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DegToCycle(const Degrees: Single): Single;
function DegToCycle(const Degrees: Double): Double;
function DegToCycle(const Degrees: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall DegToCycle(const float Degrees)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Returns the value of a degree measurement expressed in cycles.

Use DegToCycle to convert angles expressed in degrees to the corresponding value in cycles.

See Also