Click or drag to resize
XDL

XMatREAL64.SetAt Method

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

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

Parameters

nRow
Type: System.Int32
열의 위치
nCol
Type: System.Int32
행의 위치
value
Type: System.Double

[Missing <param name="value"/> documentation for "M:Pixoneer.NXDL.XMatREAL64.SetAt(System.Int32,System.Int32,System.Double)"]

See Also