Click or drag to resize
XDL

XSIGCalcStatistics Method

입력된 밴드의 SIG 영역에 대해서 통계값을 계산한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool CalcStatistics(
	ArrayList bands,
	XThread thd
)

Parameters

bands  ArrayList
Band의 리스트.
thd  XThread
XThread 객체.

Return Value

Boolean
통계치 계산이 성공하면 true, 그렇지 않으면 false를 리턴.
See Also