Click or drag to resize
XDL

XMIGGetConvergenceRate Method

지리적인 위치를 결정한 수렴값을 가져온다.

Namespace: Pixoneer.NXDL.NSM
Assembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntax
C#
public void GetConvergenceRate(
	out double ep,
	out int nIter
)

Parameters

ep  Double
[Out] 수렴되었을 때 값.
nIter  Int32
[Out] 수렴되었을 때 반복 횟수.
See Also