G2D: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Protected "G2D" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
m (Removed protection from "G2D")
(No difference)

Revision as of 21:35, 1 June 2022

The _G2D function converts a gradient value into a degree value.


Syntax

result = _G2D(num)


Availability

  • QB64 1.0 and up (QB64 Team)
  • QBPE 0.5 and up (QB64 Phoenix Edition)


Examples

Example: Coverting Gradients into Degree.

INPUT "Give me an angle in Gradients ", D
R = _G2D(D)
PRINT "That angle in Degrees is "; R
Give me an angle in Gradients 60
That angle in Degrees is     54


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link