|
XVertex2idotProduct(XVertex2i, XVertex2i) Method
|
첫번재 피연산자 XVertex2i객체와 두번째 피연산자 XVertex2i객체에 대해 Dot-Product를 수행한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static double dotProduct(
XVertex2i v1,
XVertex2i v2
)
Parameters
- v1 XVertex2i
- 첫번째 피연산자.
- v2 XVertex2i
- 두번째 피연산자.
Return Value
Double Dot Product 결과값.
See Also