System.Types.TSizeF.Distance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Distance(const P2: TSizeF): Double;

C++

double Distance(const TSizeF& s2) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TSizeF

Description

Calculates the euclidean difference between two TSizeF objects.

See Also