System.Math.Vectors.TVector.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Length: Single;

C++

float __fastcall Length(void);

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector

Description

Returns the length of the current vector. The length is computed as square root of the norm of the vector.

See Also

Code Examples