バージョン

Difference メソッド

現在の点と別の点との位置の差を返します。
シンタックス
'宣言
 
Public Function Difference( _
   ByVal other As SnapshotPoint _
) As Integer
public int Difference( 
   SnapshotPoint other
)

パラメータ

other
別の点

戻り値の型

2 つの点間の距離。
参照