AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Sin Method

Returns the sine of a value in degrees.

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

The sine of Value

Copyright (c) 2012. All rights reserved.