System.Math.Vectors.TVector.Length

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

Delphi

function Length: Single;

C++

float __fastcall Length();

プロパティ

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

説明

現在のベクトルの長さを返します。 この長さは、ベクトルのノルムの平方根として計算されます。

関連項目