System.Math.DegNormalize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DegNormalize(const Degrees: Single): Single; inline; overload;
function DegNormalize(const Degrees: Double): Double; inline; overload;
function DegNormalize(const Degrees: Extended): Extended; inline; overload;

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.