Click or drag to resize
XDL

XDMBandUnSuperClassGetClusterSum Method

Cluster Index와 Band Index에 해당하는 합계를 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public double GetClusterSum(
	int nClusterIndex,
	int nBandIndex
)

Parameters

nClusterIndex
Type: SystemInt32
[In] Cluster Index.
nBandIndex
Type: SystemInt32
[In] Band Index.

Return Value

Type: Double
Cluster의 합
See Also