operator /

operator /(Point2, int)

public static Point2 operator /(Point2 a, int b) ;

説明

Point2の除算。

パラメーター

パラメーター名 説明
a 除算するPoint2
b 除算するint

戻り値

除算した結果を返す。