バージョン

減算演算子(SnapshotPoint,SnapshotPoint) オペレータ

2 つの SnapshotPoint 構造間の違い (デルタ) を計算します。
シンタックス
'宣言
 
Overloads Public Operator -( _
   ByVal point As SnapshotPoint, _
   ByVal other As SnapshotPoint _
) As Integer
public int operator -( 
   SnapshotPoint point,
   SnapshotPoint other
)

パラメータ

point
1 つの構造
other
他の構造

戻り値の型

2 つのポイント間の距離。
例外
例外解説
System.ArgumentExceptionスナップショットが一致しない場合。
参照