JCL Help:CycleToDeg

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an angle from cycles to degrees.


Pascal

 function CycleToDeg(const Cycles: Float): Float;


Parameters

Parameters Description
const Cycles: Float The angle, in cycles, to convert to degrees.


Return Value

The angle after conversion to degrees.


Description

The CycleToDeg routine converts the specified angle, in cycles, to the corresponding angle in degrees.


About

Unit

JclUnitConv


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page