FMX.InertialMovement.TPointD.Abs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Abs: Double;

C++

double __fastcall Abs();

Properties

Type Visibility Source Unit Parent
function public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD

Description

Returns the length of the segment between the current TPointD point and the origin of the coordinate system.

See Also