AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Sqrt Method

Returns the square root of a float value.

Syntax
Pascal
class function Sqrt(const Value: Single): Single; static;
Parameters 
Description 
const Value: Single 
the value to square root. 

The square root of Value.

Returns 0 when passing a negative value.

Copyright (c) 2012. All rights reserved.