JCL Help:DegToGrad@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an angle from degrees to gradians.


Pascal

 function DegToGrad(const Degrees: Float): Float;
function DegToGrad(const Value: Extended): Extended; overload;
function DegToGrad(const Value: Double): Double; overload;
function DegToGrad(const Value: Single): Single; overload;


Parameters

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


Return Value

The angle after conversion to gradians.


Description

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


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