[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'math' (#rtl)

DegNormalize

Normalize an angle measured in degrees

Declaration

Source position: math.pp line 294

function DegNormalize(

  deg: single

):single;

function DegNormalize(

  deg: Double

):Double;

function DegNormalize(

  deg: extended

):extended;

Description

DegNormalize returns the angle deg as a positive angle between 0 and 360 degrees.


Documentation generated on: Nov 14 2015