AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Cos Method

Returns the cosine of a value in degrees.

Syntax
Pascal
class function Cos(const Value: Single): Single; static;
Parameters 
Description 
const Value: Single 
The value in degrees to pass into the cosine function. 

The cosine of Value

Copyright (c) 2012. All rights reserved.