Click or drag to resize
XDL

XMatREAL64GetAt Method

행렬의 원소값을 가져온다.

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

Parameters

nRow
Type: SystemInt32
열의 위치
nCol
Type: SystemInt32
행의 위치

Return Value

Type: Double
See Also