Click or drag to resize
XDL

XGrid.SetValue(Int32, Int32, Double, Double) Method

데이터 타입이 complex data 일 경우, 특정 위치에 대한 complex data 의 r, i 값을 Real64데이터 형으로 설정한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public void SetValue(
	int Row,
	int Col,
	double a,
	double b
)

Parameters

Row  Int32
[In] Row 좌표.
Col  Int32
[In] Column좌표.
a  Double
[Out] 해당 Row, Col 위치에 설정할 complex data의 r 값.
b  Double
[Out] 해당 Row, Col 위치에 설정할 complex data의 i 값.
See Also