 | XGridGetAsReal32 Method |
특정 위치에 대한 데이터 값을 Real32데이터 형으로 반환한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic float GetAsReal32(
int Row,
int Col
)
Parameters
- Row
- Type: SystemInt32
[In] Row 좌표. - Col
- Type: SystemInt32
[In] Column좌표.
Return Value
Type:
Single 해당 Row, Col 위치에서의 값을 Real32 데이터 형으로 변환하여 반환한다.
See Also