Click or drag to resize
XDL

XVertex2i Operators

The XVertex2i type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
첫번째 피연자인 XVertex2i객체와 두번째 피연자인 XVertex2i객체를 더한 값을 새로운 XVertex2i 객체로 반환한다.
Public operatorStatic memberDivision
첫번째 피연산자인 XVertex2i형의 값을 두번째 피연산자인 double 형의 값으로 나누어서 결과값을 새로운 XVertex2i 객체로 반환한다.
Public operatorStatic memberMultiply(Double, XVertex2i)
첫번째 피연산자인 double형의 값과 두번째 피연산자인 XVertex2i객체를 곱해서 새로운 XVertex2i 객체로 반환한다.
Public operatorStatic memberMultiply(XVertex2i, Double)
첫번째 피연자인 XVertex2i객체와 두번째 피연자인 XVertex2i객체를 곱해서 새로운 XVertex2i 객체로 반환한다.
Public operatorStatic memberSubtraction
첫번째 피연자인 XVertex2i객체와 두번째 피연자인 XVertex2i객체를 빼서 새로운 XVertex2i 객체로 반환한다.
Public operatorStatic memberUnaryNegation
XVertex2i 객체의 x, y값에 각각 -1을 곱한다.
Top
See Also