System.Types.TSizeF.Distance

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

Delphi

function Distance(const P2: TSizeF): Double;

C++

double Distance(const TSizeF& s2) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
SystemTypes.h
System.Types TSizeF

説明

2 つの TSizeF オブジェクトのユークリッド差分を計算します。

関連項目