AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.SinRad Method

Returns the sine of a value in radians.

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

The sine of Value

Copyright (c) 2012. All rights reserved.