Click or drag to resize
XDL

XMatREAL64SetAt Method

행렬의 원소값을 설정한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public void SetAt(
	int nRow,
	int nCol,
	double value
)

Parameters

nRow
Type: SystemInt32
열의 위치
nCol
Type: SystemInt32
행의 위치
value
Type: SystemDouble
행렬 원소값
See Also