System.Sqrt

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Sqrt(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Sqrt(const Extended X);

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System

説明

X の平方根を返します。

X は Delphi の浮動小数点型の式です。結果は X の平方根です。

関連項目