JCL Help:GradToDeg@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an angle from gradians to degrees.


Pascal

 function GradToDeg(const Grads: Float): Float;
function GradToDeg(const Value: Extended): Extended; overload;
function GradToDeg(const Value: Double): Double; overload;
function GradToDeg(const Value: Single): Single; overload;


Parameters

Parameters Description
const Grads: Float The angle, in gradians, to convert to degrees.


Return Value

The angle after conversion to degrees.


Description

The GradToDeg routine converts the specified angle, in gradians, to the corresponding angle in degrees.


About

Unit

JclMath


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