 | XGridGetValue Method (Int32, Int32, Double, Double) |
데이터 타입이 complex data 일 경우, 특정 위치에 대한 complex data 의 r(실수), i(허수) 값을 Real64데이터 형으로 반환한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic bool GetValue(
int Row,
int Col,
ref double a,
ref double b
)
Parameters
- Row
- Type: SystemInt32
[In] Row 좌표. - Col
- Type: SystemInt32
[In] Column좌표. - a
- Type: SystemDouble
[Out] 해당 Row, Col 위치에서의 complex data의 r(실수) 값. - b
- Type: SystemDouble
[Out] 해당 Row, Col 위치에서의 complex data의 i(허수) 값.
Return Value
Type:
Boolean
See Also