Click or drag to resize
XDL

XSIGGetMean Method

Band Index의 밴드 데이터에 대한 Signature 평균값을 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public double GetMean(
	int nBandIdx
)

Parameters

nBandIdx
Type: SystemInt32
Band Index.

Return Value

Type: Double
Signature 평균값.
See Also