Click or drag to resize
XDL

XMIGGetParams Method

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

Namespace: Pixoneer.NXDL.NSM
Assembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntax
C#
public void GetParams(
	ref double ep,
	ref int nIterMax
)

Parameters

ep  Double
[Out] 수렴 조건 값.
nIterMax  Int32
[Out] 수렴을 위한 최대 반복 횟수.
See Also